Allow Reporter Condition

Overview

Condition is evaluated as True, if current user is the Issue's Reporter.

Similar as AllowOnlyReporter but with more traces related the test of User on the Issue.

 

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.myaawf.workflow.condition.AllowReporter</arg>
</condition>

 


Condition for allowing only Issue Reporter.

 

On this page:

 

See also ...