/
Quarter JQL functions
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.
Related content
User functions
User functions
Read with this
Last Updated By JQL function
Last Updated By JQL function
Read with this
Organizations JQL functions
Organizations JQL functions
Read with this