Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 879 Bytes

ProjectRoleActorsUpdateBean.md

File metadata and controls

7 lines (6 loc) · 879 Bytes

ProjectRoleActorsUpdateBean

Properties

Name Type Description Notes
id Long The ID of the project role. Use Get all project roles to get a list of project role IDs. [optional]
categorisedActors Map<String, List<String>> The actors to add to the project role. Add groups using `atlassian-group-role-actor` and a list of group names. For example, `&quot;atlassian-group-role-actor&quot;:[&quot;another&quot;,&quot;administrators&quot;]}`. Add users using `atlassian-user-role-actor` and a list of account IDs. For example, `&quot;atlassian-user-role-actor&quot;:[&quot;12345678-9abc-def1-2345-6789abcdef12&quot;, &quot;abcdef12-3456-789a-bcde-f123456789ab&quot;]`. [optional]