Project Condition

Overview

Transition is allowed, if the current project matches with the selected project.

ProjectCondition

Edit and View Parameters

Specify the expected Project,

ProjectCondition Edit



Ok it is defined ... Now the transition is allowed only if current Issue is in the Project Other Project

ProjectCondition View



XML Declaration

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

<condition type="class">
   <arg name="class.name">com.minyaa.workflow.condition.ProjectCondition</arg>
   <arg name="requiredProjectId">10100</arg>
</condition>

Here the condition is valid, if the Required Project Id matches with current project ...