...
jql - a string with a valid search query. For example: "Project = TEST and created < startOfWeek()"
statuses - the name or id of the statuses, separated by commas. For example: "Open" or "Open, 10000, 10001".
condition - one of the characters <, <=, => =,>. For example: ">".
time - time string corresponding to one of the patterns.
Code Block |
---|
#!
"5h35m12s" - 5 hours 35 minutes 12 seconds
"5h12s" - 5 hours 12 seconds
3000m - 3000 minutes
"0", "0s" ... - time is zero. |
...