Jira Custom Report Using Release Status

Chris Loe
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 15, 2018

This may be a stupid question, however I want to generate a custom report for all issues, where the release has been completed. I cannot find either Release Status or Release date in the list of custom report fields. Have they been named something obscure, have I just missed it or is this simply not possible? 

1 answer

0 votes
Walter Buggenhout
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 15, 2018

You could use the JQL function in ReleasedVersions()

fixversion in ReleasedVersions()

and you can limit the search results to the releases of a single project like this:

fixversion in ReleasedVersions(ProjectX)

Suggest an answer

Log in or Sign up to answer