Hi ,
Is there a way to fetch the details (name) of all the users belonging to particular Project role in Jira Cloud?
Hi @Akhand Pratap Singh ,
In the system "Project role" page, you can see all default members of every role, and per project which users are member of the role.
With the API you can do the same thing:
- get details on a specific role and their actors (here)
- get the actors of a specific role per project (here)
I don't think you can get all actors of a role at once because this is project-scoped per definition.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.