Is it possible to get the Start/End date of a release via JQL?

Scott_Stephan April 9, 2020

Hey y'all,

 

Due to Next Gen Jira's reporting being extraordinary insufficient we've had to build our own reporting utilizing the API. One of the most important pieces of data is the Start and End date of a given release. Is there a way to get that data via JQL? I can't see a way which seems... crazy, but, hey, it's Jira.

1 answer

0 votes
Nikki Zavadska _Appfire_
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 9, 2020

Hi, unfortunately, you can't JQL version itself, only issues but you can use Get project version API to get these piece of information

https://developer.atlassian.com/cloud/jira/platform/rest/v3/?utm_source=%2Fcloud%2Fjira%2Fplatform%2Frest%2F&utm_medium=302#api-rest-api-3-project-projectIdOrKey-versions-get

 

What kind of release reports are you looking for?

Suggest an answer

Log in or Sign up to answer