(blue star): available in Issue Navigator.

For the functions below, any number as + or - can be entered as a parameter. 0 means the current quarter we are in.

startOfQuarter() (blue star)

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() (blue star)

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.