The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

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 Champions.
February 16, 2021

Hi @Michael Byrne 

Agreeing with @Trudy P 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 P Claspill
Community Champion
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.