fix jira issue search for terjira compatibility
This commit is contained in:
parent
b592f75809
commit
3459abf9d6
@ -20,7 +20,7 @@ function cicd() {
|
|||||||
open -na "Google Chrome" --args "https://issues.collibra.com/secure/RapidBoard.jspa?rapidView=457&view=planning.nodetail"
|
open -na "Google Chrome" --args "https://issues.collibra.com/secure/RapidBoard.jspa?rapidView=457&view=planning.nodetail"
|
||||||
}
|
}
|
||||||
function issues() {
|
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() {
|
function calendar() {
|
||||||
open -na "Google Chrome" --args "https://calendar.google.com/calendar/r?tab=mc"
|
open -na "Google Chrome" --args "https://calendar.google.com/calendar/r?tab=mc"
|
||||||
|
Loading…
Reference in New Issue
Block a user