I’m developing a Jira Cloud app using Atlassian Connect. The icon/logo displays in the top navigation bar, but it's not appearing in the project sidebar.
Here’s the relevant atlassian-connect.json
configuration:
Copy code
"jiraProjectPages": [
{
"url": "pactHome.html",
"name": {
"value": "Pact Home"
},
"key": "cmo-home-page",
"icon": {
"width": 16,
"height": 16,
"url": "/images/logo.png"
}
}
],
The icon/logo URL is accessible and displays fine outside Jira. The project page itself shows up in the sidebar, but without the icon/logo.
Are there any specific considerations for icons/logos in Jira Project Pages' sidebar? Any suggestions would be appreciated!