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.
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:
Would love to know the answer to this as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same question. Intrested in the JQL query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
alexandre,
Do you have a list of all the components that are in use in your projects?
Victor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I do, in the Components section.
But for any given release, not all of them will be impacted.
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.