Hello,
is there a way, probably using Jira REST API, to list all project in which a user group is an 'actor' (assigned to a role).
For users is this possible ("project roles" in User Browser)... would be helpful for groups also.
Rgds
Dieter
Hi
You will need to get all the projet role of each projet
/rest/api/2/project/{projectIdOrKey}/role
then get actor type (atlassian-group-role-actor)
of these projets
/rest/api/2/project/{projectIdOrKey}/role/{id}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.