Extended Permission Condition

Overview

This condition evaluates if current user is granted for a Permission.

Available Permissions are provided by ExtendedPermissionScheme. Are included CustomPermissions and Global Permissions

ExtendedPermissionCondition

Edit and View Parameters

It is possible to select one of available Permissions.

ExtendedPermissionCondition Edit



When defined, the condition will be configured to evaluate if current user is granted for the selected Permission.

ExtendedPermissionCondition View



XML Declaration

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

<condition type="class">
   <arg name="class.name">com.atlassian.jira.workflow.condition.ExtendedPermissionCondition</arg>
   <arg name="permission">permissionShortName</arg>
</condition>

The permissionShortName's value represent the short name of the selected permission.