From 3459abf9d69ac62561c3a820d30f81f410a473f1 Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sun, 18 Aug 2019 17:25:54 +0200 Subject: [PATCH] fix jira issue search for terjira compatibility --- dot_zsh_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zsh_functions b/dot_zsh_functions index c6c60d8..b9cb22d 100644 --- a/dot_zsh_functions +++ b/dot_zsh_functions @@ -20,7 +20,7 @@ function cicd() { open -na "Google Chrome" --args "https://issues.collibra.com/secure/RapidBoard.jspa?rapidView=457&view=planning.nodetail" } function issues() { - jira jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC" + jira issue jql "status = Open AND text ~ \"$*\" ORDER BY Created DESC" } function calendar() { open -na "Google Chrome" --args "https://calendar.google.com/calendar/r?tab=mc"