Class InProjectRoleCondition
java.lang.Object
com.atlassian.jira.workflow.WorkflowFunctionUtils
com.atlassian.jira.workflow.condition.AbstractJiraCondition
com.atlassian.jira.workflow.condition.InProjectRoleCondition
- All Implemented Interfaces:
com.opensymphony.workflow.Condition
A workflow condition that requires the user to be in a role.
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
ORIGINAL_ISSUE_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanpassesCondition(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet propertySet) Methods inherited from class com.atlassian.jira.workflow.condition.AbstractJiraCondition
getIssueMethods inherited from class com.atlassian.jira.workflow.WorkflowFunctionUtils
getCaller, getCallerKey, getCallerName, getCallerUser, getCallerUserFromArgs, getUserByKey, populateParamsWithUser, populateParamsWithUser
-
Field Details
-
KEY_PROJECT_ROLE_ID
- See Also:
-
-
Constructor Details
-
InProjectRoleCondition
public InProjectRoleCondition()
-
-
Method Details