java.lang.Object | |
↳ | com.atlassian.jira.permission.DefaultWorkflowPermission |
Represents a single permission granted in the JIRA workflow XML, eg:
<meta name="jira.permission.edit.group">${pkey}-interest</meta>or
<meta name="jira.permission.delete.lead"></meta>
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | PREFIX | ||||||||||
String | PREFIX_PARENT |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Whether this workflow permission allows a permission.
| |||||||||||
Get users specified by this permission (eg.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Whether this workflow permission allows a permission.
permission | The requested permission |
---|---|
issue | The current issue whose workflow step we consider. |
user | The user requesting the permission |
Get users specified by this permission (eg. group members, or a single user).
User
s.