Quarter JQL functions
For the functions below, any number as + or - can be entered as a parameter. 0 means the current quarter we are in.
startOfQuarter()
Search for issues according to the start of quarters.
Examples
created >= startOfQuarter(“-1”)
finds the issues that were created since the beginning of the previous quarter.
endOfQuarter()
Search for issues that according to the end of quarters.
created <= endOfQuarter(“-1”)
finds the issues that were created since the end of the previous quarter.