| Class | Description |
|---|---|
| AbstractJiraCondition |
Abstract base class for all JIRA workflow
Conditions. |
| AllowOnlyAssignee | |
| AllowOnlyReporter |
A Condition which passes when the user is the issue's reporter.
|
| AlwaysFalseCondition |
A workflow condition that will always fail.
|
| 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".
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.