Forums

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

Need support to get all issue keys from jira release

Shivam Sahal
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!
January 18, 2023

Could someone please help me to GET the JSON of a jira release ( I need all the keys of the jira issues in that release).

I was able to retrieve the JSON of an issue by using
http://host:port/rest/api/latest/issue/key
Uri structure

I have looked through the rest api document but couldn't figure it out. Your help will be highly appreciated. Got a deadline to meet 🥲

1 answer

0 votes
Hannes Obweger - JXL for Jira
Atlassian Partner
January 18, 2023

Hi @Shivam Sahal

the easiest might be to call the search endpoint with a JQL statement like version = "<your version>" and iterate through the result. Note that you can only retrieve 100 issues at a time, so you may have to use pagination to get all issues. 

Alternatively, you could just Jira's normal issue search to search for the issues of that version and do a CSV export from there. There's also a lot of Marketplace apps that could help here. 

Best,

Hannes

Suggest an answer

Log in or Sign up to answer