Is there a way to JQL the number of tickets in a Release?

Angela Boston
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 13, 2018

I'd like to pull data about Releases including the ticket counts.  Is this possible? 

1 answer

1 accepted

0 votes
Answer accepted
kavi shree
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 13, 2018

Hi @Angela Boston

 

Try writing a JQL which will result in list of issues under release

eg:

project="xyz" and  and fixVersion is not empty

Once done with the filter save it and use filter statistic gadget to show number of issues under a particular version with date and other required fields(include the custom fields that need to be visible in the gadget eg:for date include the date field which holds the release date value)

 

Cheers,

Angela Boston
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 13, 2018

Ahhh.  Very clever.  Thank you. 

Suggest an answer

Log in or Sign up to answer