How to change the Icon for Priorities field
Platform Notice: Cloud Only - This article only applies to Atlassian apps on the cloud platform.
Summary
This documentation explains how you can change the icon for Priorities.
Diagnosis
There will be certain scenarios where Priority Icons should be updated with new/customized Icons. This documentation will explain the steps of changing the Priority Icon.
The steps mentioned in How to Change the Icon for Issue Type are similar to this but there are a few more actions that must be followed to change the Priority Icons.
Cause
Newly uploaded custom Priority icons may not load and can appear broken. Uploading a Priority icon requires first creating and updating an issue type so you can copy its image source, then using that copied image source in the Priority icon settings.
Solution
You must be a Jira administrator with Administer Jira permissions to add, edit, or delete issue types in company-managed projects.
Use the following sequence to upload a custom Priority icon:
Create an issue type by selecting Cog icon → Issues → Add issue type.
Enter a name and description, choose either a standard or sub-task issue type, and select Add.
Edit the issue type. Under Issue Type Avatar, select Select image, choose an existing icon or upload a new one, and select Update.
Open your browser's Developer Tools, select the Inspect button, and select the Issue Type Icon.
Copy the
img srcvalue shown in the page code.Select Cog icon → Issues → Priorities, select the Priority to update, and select Edit.
Paste the copied URL into the Icon URL section and select Update.
After updating the Priority icon, review the tickets to make sure the updated icons are visible in the Jira tickets.
Was this helpful?