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
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.