Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I change the icon of my app in Jira's Manage Apps section?

Chester Hoang May 15, 2019

The icons next to the installed apps below. Right now it is using default icons.

Screen Shot 2019-05-15 at 3.28.31 PM.png

I doubt it but Is this something I change in the Atlassion-connect.json?

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2019

Hello Chester,

The icon module may work for you, try adding in your descriptor JSON file like below: 

"icon": {
          "width": 16,
          "height": 16,
          "url": "/maps/icon.png"  // Location of your logo to be displayed
        },

For more details see this example.

Let me know if it works for you.

Suggest an answer

Log in or Sign up to answer