Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Assigning Conditions
OverviewUsage Cases
These
2 Conditions provide a way toconditions evaluate if the current Issue is or
isnot assigned.
Add the Condition
Select Is Assigned or Is Unassigned ...
View when defined
In case of Assigned Condition,
In case of Unassigned Condition,
XML Declaration
The Condition configuration may be done in XML in Workflow descriptor as follow :
Code Block | ||
---|---|---|
| ||
<condition type="class"> <arg name="class.name">fr.alkaes.myaawf.workflow.condition.IsAssignedCondition</arg> </condition> |
or ...
Code Block | ||
---|---|---|
| ||
<condition type="class"> <arg name="class.name">fr.alkaes.myaawf.workflow.condition.IsUnassignedCondition</arg> </condition> |
Excerpt | ||
---|---|---|
| ||
Conditions for allowing only if the Issue is Assigned or Not assigned.
|
Panel | |
---|---|
On this page:
|
Content by Label | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Info | ||
---|---|---|
| ||
See also ... |