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: 

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

Scott_Stephan
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nikki Zavadska _Appfire_
Community Champion
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?