Skip to end of banner
Go to start of banner

Quarter JQL functions

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.

  • No labels