Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Assigning Conditions

Overview

These 2 Conditions provide a way to evaluate if the current Issue is or is not assigned.

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
languagexml
<condition type="class">
   <arg name="class.name">fr.alkaes.myaawf.workflow.condition.IsAssignedCondition</arg>
</condition>

or ...

Code Block
languagexml
 <condition type="class">
   <arg name="class.name">fr.alkaes.myaawf.workflow.condition.IsUnassignedCondition</arg>
</condition>

Excerpt
hiddentrue

Conditions for allowing only if the Issue is Assigned or Not assigned.

 

Panel

On this page:

Table of Contents

 

Content by Label
showLabelsfalse
spacesMINYAA
showSpacefalse
sorttitle
typepage
cqllabel = "documentation-space-sample" and type = "page" and space = "MINYAA"
labelsdocumentation-space-sample

Info
titleUseful hint

See also ...