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.