Overview

This condition is evaluated as True, if the Issue's Original Estimate is null or zero.



Edit and View Parameters

When defined, there is no special configuration.

XML Declaration

The Condition configuration may be done in XML in Workflow descriptor as follow :

<condition type="class">
   <arg name="class.name">fr.alkaes.myaatm.workflow.condition.AllowOriginalEstimateToNull</arg>
</condition>

It allows you allow a Workflow Transition only if the Original Estimate is NULL.

On this page:


See also ...