Project role actors
Set actors for project role
Sets the actors for a project role for a project, replacing all existing actors.
To add actors to the project without overwriting the existing list, use Add actors to project role.
Permissions required: Administer Projects project permission for the project or Administer Jira global permission.
put/rest/api/3/project/{projectIdOrKey}/role/{id}
Path parameters
projectIdOrKeystring required
The project ID or project key (case sensitive).
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. The complete list of actors for the project is returned.
Changes
Changed in 1 of the 18 revisions of this API.1
- ●
added the new
product_discoveryenum value to the//////////response property for the response statusresponse-property-enum-value-added
- ●