These conditions evaluate if the current Issue is or not assigned.
Select Is Assigned or Is Unassigned ...
In case of Assigned Condition,
In case of Unassigned Condition,
The Condition configuration may be done in XML in Workflow descriptor as follow :
<condition type="class"> <arg name="class.name">fr.alkaes.myaawf.workflow.condition.IsAssignedCondition</arg> </condition>
or ...
<condition type="class"> <arg name="class.name">fr.alkaes.myaawf.workflow.condition.IsUnassignedCondition</arg> </condition>
On this page:
Useful hint
See also ...