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.
Hi,
Not sure that it possible in one request. I suppose You need send forEach request per project. https://docs.atlassian.com/software/jira/docs/api/REST/8.4.3/
B.R.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @DPKJ . I'm looking for APIs that will fetch bulk releases of some specified set of projects.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.