fix jira issue search for terjira compatibility

This commit is contained in:
Morgan Wattiez 2019-08-18 17:25:54 +02:00
parent b592f75809
commit 3459abf9d6

View File

@ -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"