How can i get the list of components associated to a release ?

Alexandre Agular May 24, 2018

I would like to be able to see the list of components associated to a release.

For a given release version:

- fetch all issues

- for each issue, fetch all associated components

- return list of distinct components.

5 answers

1 vote
Alexey Matveev
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.
May 24, 2018

Hello,

You can do it with Jira Rest API.

Execute the GET /rest/api/2/search

Pass fixVersion = "Your Version" as the JQL expression and you will get the required info.

You can find more info about  GET /rest/api/2/search here:

https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/?_ga=2.8688309.1476107635.1526884318-593458345.1525875113#api/2/search-searchUsingSearchRequest

0 votes
Dan Cumings November 1, 2023

Would love to know the answer to this as well.

0 votes
Ivan Polushkin November 19, 2021

Hi @Alexandre Agular ,

 

have you got an answer / have you found a solution to your question regarding getting the list of components associated with a release? I have the same need now... would appreciate if you share the knowledge. Thanks.

0 votes
Olga Dayneko November 6, 2020

I have the same question. Intrested in the JQL query.

0 votes
Victor Mutambuki
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.
May 24, 2018

alexandre,

Do you have a list of all the components that are  in use in your projects?

Victor

Alexandre Agular May 24, 2018

I do, in the Components section.

But for any given release, not all of them will be impacted.

Like # people like this

Suggest an answer

Log in or Sign up to answer