Hi, I'm fetching JIRA projects using the API in order to manage their permissions.
I see that company-managed projects manage their permissions using permission-scheme and team-managed projects do that using roles (correct me if I'm wrong?)
Using the API, I couldn't tell if a project is team or company managed.
Your help will be appreciated, thank you in advance!
Hi @Admin acme-deepcred Using this API you can find the Project type :-
https://jira.atlassian.net/rest/api/3/project/{projectIdOrKey}
If "style":"next-gen" = Team-Managed Project
If "style":"classic" = Company Managed project
Thanks,
Yes, and...to Vikrant's answer, here is the documentation for calling that function:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.