Allow Leader Condition

Overview

Condition is evaluated as True, if current user is Leader of Project's Issue.

AllowLeaderCondition



Edit and View Parameters

When defined, there is no special configuration.

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