Limitations
Multiple UIM apps
If you install and configure multiple UIM apps to run for a given combination of project, issue type, and view type, up to 5 apps can apply changes simultaneously. If more than 5 apps are configured, changes from the remaining apps will be disregarded. Apps apply changes asynchronously, so the order of application is random.
There may be conflicts when multiple apps attempt to modify the same field using the same FieldAPI method. In such cases, users will see corresponding notifications:
Multiple UI modification apps are trying to change the same field property. If you see unexpected changes to a field, report them to your Jira admin
If the conflict happens, the changes applied by the app which finished running last will override changes from other apps.
UIM supported project types
UIM support depends on project type and view types. Read full details in the Atlassian documentation.
Global Issue Create
UIM for Global issue create (GIC) currently supports the following project types:
company-managed and team-managed Jira Software
company-managed and team-managed Jira Work Management
Read more about Global Issue Create's known limitations in the Atlassian documentation.
Supported entry points
The Global issue create (GIC) modal can be opened from many places in the system, currently supported are the following entry points:
the global Create button in the top Navigation bar
the
c
keyboard shortcutthe issue view Add a child issue and Create subtask buttons
a Forge app with custom UI using
CreateIssueModal
from@forge/jira-bridge
The Global issue create (GIC) modal with UIM will only open from Add a child issue and Create subtask if the summary and at least one other field is set as mandatory for the issue type.
We are awaiting for support of the Create linked issue entry point: https://ecosystem.atlassian.net/browse/FRGE-1459
Issue View
UIM for Issue view currently support the following project types:
company-managed and team-managed Jira Software
Supported entry points
The Issue view can be displayed in many places in Jira, currently supported are:
Full page issue view
Board issue view
Backlog issue view
List issue view
Issues issue view
Search issue view (global search)
Read more about Issue View's known limitations in Atlassian documentation.
Issue transition
UI modifications only run on the new experience of the Issue transition dialog. The legacy dialog isn’t and won’t be supported. UIM for Issue transition currently support the following project types:
company-managed Jira Software
Supported entry points
The Issue transition dialog can be opened from many places in the system, currently supported are the following entry points:
full page Issue view:
changing the issue status
running edit status from the command palette
all issues page - changing issue status
Project > Backlog - changing the issue status
Plans > Timeline - changing the issue status
Active sprints - moving card between columns
Active sprints - issue dialog changing the issue status
Supported fields per view
The app aims to handle all currently UIM supported fields. The full list can be found in the Atlassian documentation here.
Last updated