This condition evaluates if current user is granted for a Permission.
Available Permissions are provided by ExtendedPermissionScheme. Are included CustomPermissions and Global Permissions
It is possible to select one of available Permissions.
When defined, the condition will be configured to evaluate if current user is granted for the selected Permission.
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.