Setup guide
Last updated
Last updated
Follow the steps to get started:
Install the app - you will find us on the .
New item Field Rules - UI modifications will appear in the Apps section of the left navigation of Jira admin settings.
Create your first UI modification
A UI Modification (UIM) is an entry that allows you to define:
Where the issue UI should be modified - Contexts
How it should be modified - Field Rules
What it does - Name and Description
All these elements together form a recipe for how a specific issue view should behave in selected projects and under certain conditions.
A single context is a combination of a project, issue type, and view type. UIM support for different view types depends on a project type, learn more what is currently possible in the Limitations section.
View types currently supported by the app are:
Global Issue Create
Issue View
Issue Transition
Click on the Add Rule button.
Select a rule type from the options on the left.
Choose the field that will be modified.
Configure the rule by selecting the desired preconditions.
Save the rule to apply the changes.
All UI Modifications (UIMs) defined in the app are executed in parallel to ensure better performance. However, this can lead to race conditions if one UIM depends on fields being modified by another. In such cases, the behaviour may be unpredictable.
To avoid these conflicts, we recommend that all rules depending on the same fields be placed within a single UIM. Inside a single UIM, rules are executed sequentially, ensuring that dependencies are respected and execution order is maintained.
This approach helps guarantee consistent behavior and avoids unexpected results due to timing issues between parallel executions.
Due to API limitations, some rules are designed to work only for certain view types. We are actively developing new rule types and welcome your feedback and ideas. Feel free to reach out to us through our .