Conditional Rules Administration
Overview
The Conditional Rules Administration screen looks like as follows:
The Conditional Rules Administration screen allows you to add, edit, delete and review your Conditional Rule configurations.
Furthermore, when moving the mouse upon the data under the Assigned Approval, Assigned Template, Assigned Mapping, Assigned Issues columns , a window, detailing when the Conditional Rule is applied, shows up.
Preliminary setup
Before you can create Conditional Rules, you must set up Conditional Rule Main Settings.
- Click Main Settings on the top of the Conditional Rules Administration screen.
On the Conditional Rule Settings screen, you must select the user that the app will use to evaluate the Conditional rule .
On selecting a different user, the app grants the permissions to the new user and revokes the permissions to the previous user accordingly.
By default, the app grants browsing permissions on all Jira Projects to the selected user.
You can choose to disable this automatism by turning Off the Grant Browsing Permissions Automatically option.
How to create a Conditional Rule
Click Add Conditional Rule to create a new Conditional Rule
- Fill the fields showing up on the Conditional Rule Configuration screen
- Rule Name (Required, Not editable)
- Conditional Rule (Required), the fields expects a valid structured queries using the Jira Query Language (JQL)
- User used to evaluate the conditional rule
choose the option Super User, if you want that the Conditional Rule is evaluated via the credential of the user selected on the Conditional Rule Main Settings (Default)
choose the option Current User, if you want that the Conditional Rule is evaluated via the logged user credentials
- choose the option Reporter, if you want that the Conditional Rule is evaluated via the reporter credentials
- choose the option Assignee, if you want that the Conditional Rule is evaluated via the assignee credentials
- choose the option Project Lead, if you want that the Conditional Rule is evaluated via the project lead credentials
select a single user picker custom field, if you want that the Conditional Rule is evaluated via the user selected on the selected user picker Custom Field.
If the selected User used to evaluate the conditional rule is null (e.g. reporter= Anonymous, assignee=Unassigned, current user =null, user selected on the user picker Custom Field=null) the condition will return false.
- Click Save.
Editing a Conditional Rule
You are able to update an existing Conditional Rule.
The majority of the filled fields can be updated, exception made for the Rule Name.
Deleting a Conditional Rule
When deleting a Conditional Rule not yet associated to any Approval, Approval Mapping, Single Issue Approval configuration or email Template, the application doesn't ask to confirm.
If any configuration, requiring the Conditional Rule, exists, the application asks to confirm the deletion of the Conditional Rule.
Validity of the Conditional Rule expression
Overview
Conditional Rule validity is based on the following variables:
- validity of the user selected on the Conditional Rule Main Settings
- validity of the Conditional Rule expression.
This section illustrates which changes have impact on Conditional Rule validity and how you can fix them.
Notice that when a conditional rule is retrieved invalid the condition is assumed as not set and the user is alerted as showed on the following screenshot:
Validity of the user selected on the Conditional Rule Main Settings
In order to evaluate a Conditional Rule via the credential of the user selected on the Conditional Rule Main Settings, the selected user needs Browsing permission on the Project using the Conditional Rule.
Changes having impact on user validity and the correct way to restore Conditional rule validity are listed below:
user is deactivated
username is updated
When updating the selected user, the app automatically grants the selected user of the Browsing permission on all Projects.
user is deleted
user has no Browsing permission on a new Permission Schema
Validity of the Conditional Rule expression
The Conditional rule expression expects a query using the Jira Query Language (JQL) sintax.
When creating or updating a Conditional rule expression the JQL check button confirms the validity of the expression.
You are able to save valid Conditional Rules exclusively.