Hi All,
Need to export all projects and project admins list in jira cloud.
We got projects list by using Restapi.
And to get project admins list we used below url
https://domain.atlassian.net/rest/api/3/project/project ID/role/role ID
But by this url we get only for one project I need for all projects
Can anyone please help me with this.
Thanks,
Geethanjali.
Dear @Geethanjali S J
you are on the right way. Do first a rest call, that returns all projects. From that response you will need the "project IDs".
Then for each project ID call
https://domain.atlassian.net/rest/api/3/project/project ID/role/role ID
where "role ID" is the right one pointing to the "Admin" role.
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.