Search or find all fixVersions

Jason Macgowan December 21, 2015

Using the JIRA REST API, I want to grab a list of all Fix Versions where it's name starts with String XYZ.

I can request an individual fix version by requesting rest/api/2/version/{id}, but how do I get a list of them?  I tried sending a GET request to /rest/api/2/version?name=XYZ, but no luck.

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 21, 2015

Hi Jason,

you can retrieve Versions per project basis using the following REST API : /rest/api/2/project/{projectIdOrKey}/versions 

  More information are available here https://docs.atlassian.com/jira/REST/latest/#api/2/project-getProjectVersions

Hope this helps,

Fabio

 

TAGS
AUG Leaders

Atlassian Community Events