You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Project Condition

Overview

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

 

Edit and View Parameters

Specify the expected Project,

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

XML Declaration

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

<condition type="class">
	<arg name="class.name">fr.alkaes.myaawf.workflow.condition.ProjectCondition</arg>
	<arg name="requiredProjectId">10100</arg>
</condition>

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


On this page:

 

Useful hint

See also ...

  • No labels