Class ProjectRole

java.lang.Object
com.atlassian.jira.rest.client.api.domain.BasicProjectRole
com.atlassian.jira.rest.client.api.domain.ProjectRole
All Implemented Interfaces:
AddressableEntity, IdentifiableEntity<Long>, NamedEntity

public class ProjectRole extends BasicProjectRole implements IdentifiableEntity<Long>
A way to group users (@see RoleActors) with projects. An example would be a global role called "testers". If you have a project X and a project Y, you would then be able to configure different RoleActors in the "testers" role for project X than for project Y. You can use ProjectRole objects as the target of Notification and Permission schemes.
See Also:
  • ProjectRole