package

com.atlassian.jira.workflow.condition

Classes

AbstractJiraCondition Abstract base class for all JIRA workflow Conditions. 
AllowOnlyAssignee  
AllowOnlyReporter A Condition which passes when the user is the issue's reporter. 
CloseCondition  
DisallowIfInStepCondition Condition that can be placed on a 'common' action (one shared in multiple steps) which prevents the action being executed for some of those steps. 
InGroupCFCondition Returns true if the current user is in a group specified by a custom field. 
InProjectRoleCondition A workflow condition that requires the user to be in a role. 
IsSetCondition Condition which checks whether a transientVars variable is set to a certain value. 
IssueAssignedCondition  
PermissionCondition  
SubTaskBlockingCondition  
UserInGroupCondition Workflow condition that checks if the caller is in the required argument "group".