You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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:
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.