Project roles
Fully update project role
Updates the project role's name and description. You must include both a name and a description in the request.
Permissions required: Administer Jira global permission.
put/rest/api/3/role/{id}
Path parameters
idinteger required
The ID of the project role. Use Get all project roles to get a list of project role IDs.
Request body
Response
Returned if the request is successful.
Changes
Changed in 1 of the 14 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
- ●