Get Project Role Details
GET {{baseUrl}}/rest/api/3/project/:projectIdOrKey/roledetails?currentMember=false&excludeConnectAddons=false
Returns all project roles and the details for each role. Note that the list of project roles is common to all projects.
This operation can be accessed anonymously.
Permissions required: Administer Jira global permission or Administer projects project permission for the project.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
currentMember | boolean | Whether the roles should be filtered to include only those the user is assigned to. | |
excludeConnectAddons | boolean |
RESPONSES
status: OK
[{"self":"https://your-domain.atlassian.net/rest/api/3/project/MKY/role/10360","name":"Developers","id":10360,"description":"A project role that represents developers in a project","actors":[{"id":10240,"displayName":"jira-developers","type":"atlassian-group-role-actor","name":"jira-developers","actorGroup":{"name":"jira-developers","displayName":"jira-developers"}},{"id":10241,"displayName":"Mia Krystof","type":"atlassian-user-role-actor","actorUser":{"accountId":"5b10a2844c20165700ede21g"}}],"scope":{"type":"PROJECT","project":{"id":"10000","key":"KEY","name":"Next Gen Project"}}}]