Open Context Protocol is live! 🚀 Read the launch post

getProjectRoles

Get project roles for project

GET /rest/api/3/project/{projectIdOrKey}/role HTTP/1.1

Parameters

{
  "projectIdOrKey": {
    "description": "The project ID or project key (case sensitive).",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{
  "additionalProperties": {
    "format": "uri",
    "type": "string"
  },
  "type": "object"
}