Overview

This Workflow Condition allows to evaluate if the current User is allowed to Log Work on the Issue, not only depending on Work On Issue permission, but also depending Minyaa Time rules.



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.WorkableIssueCondition</arg>
</condition>

This Workflow Condition allows to evaluate if the current User is allowed to Log Work on the Issue, not only depending on Work On Issue permission, but also depending Minyaa Time rules.

On this page:


See also ...