java.lang.Object | |
↳ | com.atlassian.jira.rest.v2.issue.project.ProjectRoleResource |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ProjectRoleResource.ActorsMap |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GET_ROLES_DOC_EXAMPLE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add an actor to a project role.
| |||||||||||
Remove actors from a project role.
| |||||||||||
Details on a given project role.
| |||||||||||
Contains a list of roles in this project with links to full details.
| |||||||||||
Updates a project role to contain the sent actors.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
Add an actor to a project role.
projectIdOrKey | the project id or project key |
---|---|
id | the project role id |
actors | the actors to add to the role |
Remove actors from a project role.
projectIdOrKey | the project id or project key |
---|---|
id | the project role id |
username | the username to remove from the project role |
groupname | the groupname to remove from the project role |
Details on a given project role.
projectIdOrKey | the project id or project key |
---|---|
id | the project role id |
Contains a list of roles in this project with links to full details.
projectIdOrKey | the project id or project key |
---|
Updates a project role to contain the sent actors.
projectIdOrKey | the project id or project key |
---|---|
id | the project role id |
actors | the actors to set for the role |