Allow on Workable Issue Condition

Overview

This condition is evaluated as True, if the Issue`s estimate is not null.

WorkableIssueCondition



Edit and View Parameters

When defined, there is no special configuration.

WorkableIssueCondition View



XML Declaration

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

<condition type="class">
   <arg name="class.name">com.atlassian.jira.workflow.condition.WorkableIssueCondition</arg>
</condition>