Forums

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

Rest API for Releases of all projects

Yogita Patil November 12, 2019

I'm facing problem retrieving releases of all the projects from JIRA REST API. I'm using  http://mydomain:port/rest/api/2/version/projectkey call. 

But by using this rest API only releases of one project can be retrieved. Can anyone please suggest the rest API for retrieving releases of multiple projects, so that I can specify multiple project-keys.

 

2 answers

1 vote
Andrew
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.
November 12, 2019
Yogita Patil November 12, 2019

Thanks, @Andrew . Now I'm fetching in the same manner, per project releases. I'm looking for API that will retrieve bulk releases of some specified set of Projects.

0 votes
DPKJ
Community Champion
November 12, 2019

@Yogita Patil @Andrew is correct there exists no such API where you can fetch all versions from Jira.

Only way to do this is per project basis.

In case you just want to fetch this information once, you can always refer to 'projectversion' table in your Jira database, where all project versions are stored.

Yogita Patil November 12, 2019

Thanks @DPKJ . I'm looking for APIs that will fetch bulk releases of some specified set of projects.

Suggest an answer

Log in or Sign up to answer