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.
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.