Get project role for project
Returns a project role's details and actors associated with the project. The list of actors is sorted by display name.
To check whether a user belongs to a role based on their group memberships, use Get user with the groups expand parameter selected. Then check whether the user keys and groups match with the actors returned for the project.
This operation can be accessed anonymously.
Permissions required: Administer Projects project permission for the project or Administer Jira global permission.
Path parameters
The project ID or project key (case sensitive).
The ID of the project role. Use Get all project roles to get a list of project role IDs.
Query parameters
Exclude inactive users.
Response
Returned if the request is successful.
Changes
Changed in 1 of the 16 revisions of this API.1
- ●
added the new
product_discoveryenum value to thescope/allOf[Scope]/project/allOf[ProjectDetails]/projectTypeKeyresponse property for the response status200response-property-enum-value-added
- ●