Does Jira have a report that lists versions and their release dates?

Michael Byrne February 15, 2021

I'd like a report to list all versions and their release dates, for each project in Jira. Is that possible?

3 answers

2 accepted

0 votes
Answer accepted
Bill Sheboy
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.
February 16, 2021

Hi @Michael Byrne 

Agreeing with @Trudy Claspill that there is no built-in reporting for that.  If you able able to write some scripting, you could use the REST API to get all the boards and then get all the versions for each.  Here is the REST API documentation if you wanted to try that.

https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/board-getAllBoards

https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/board/{boardId}/version-getAllVersions

 

Best regards,

Bill

0 votes
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 15, 2021

Hello @Michael Byrne 

I don't believe that is possible without an app. You can review the many JIRA reports apps in the marketplace to see if there is one that would suit your needs.

https://marketplace.atlassian.com/search?query=jira%20reports

0 votes
Michael Byrne February 17, 2021

Thanks Trudy and Bill. I appreciate the feedback.

Suggest an answer

Log in or Sign up to answer