I want to see the list of issues released/closed every quater. I don't see any filter for that.

Anjali Rawat April 23, 2019

I want to create a dashboard to list the issues solved (closed/released) on quaterly basis. 

e.g For Jan-April 2019

April-July 2019 and so on.

I don't see any filter to display issues solved quarterly. Can anyone help with this?

2 answers

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 23, 2019

You can use separate JQL filters to return quarterly data:

  • resolution changed from empty during (startOfYear(), startOfYear(3M))
  • resolution changed from empty during (startOfYear(3M), startOfYear(6M))
  • resolution changed from empty during (startOfYear(6M), startOfYear(9M))
  • resolution changed from empty during (startOfYear(9M), startOfYear(12M))

Then use different gadgets like "issue statistics" to show the data from each filter.

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 23, 2019

Correct that is not available. What I do to is to leverage the Created vs. Resolved gadget, set my days previous to say 120 and select the period to be Quarterly.

Suggest an answer

Log in or Sign up to answer