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
Hello,
I am working on JIRA Api 2 and trying to get all projects including components using this /rest/api/2/project.
When I get the single project using /rest/api/2/project/{projectIdOrKey}, I also get the components.
My question is how to get multiple projects including components.
Does anyone get the same question. Can you give me a hint.
Thank you
Hi,
I'm not sure it is possible. In scheme for 'get all project' https://docs.atlassian.com/software/jira/docs/api/REST/8.4.3/ exist parameter 'expand'. But looks like it not work for 'components'.
In my instance response show only 4 possible values for 'expand':
/rest/api/2/project?expand=lead
"expand":"description,lead,url,projectKeys"
I'm afraid that mean not possible get all projects with components. Only using loop foreach after get all projects.
B.R.
Thank you @Andrew . I did try the expand query and get the same result.
So In my case what is the best solution for getting projects and its' components.
May I have to call /rest/api/2/project/{projectIdOrKey} many times or I have to use the /rest/api/2/search?jql to get all the issues then group the data.
@Andrew what do you think
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.