We have added the functionality to launch our addon (Jira cloud) from the project-centric view sidebar.
There is a good example on how to do this (link below) and our json part for this is more or less a copy (also below)
However when the app is launched a strange empty space is added to the top in the page content area. Is there anyone else who has experienced this and know how to get rid of it (please see attached picture with unknown space where the red text is)
How to do this which we have followed
https://developer.atlassian.com/server/jira/platform/developing-for-the-jira-project-centric-view/
Our corresponding JSON part
"webItems": [ {
"location": "jira.project.sidebar.plugins.navigation",
"key": "connect-provided-link-to-panel",
"url": "/projects/{project.key}?selectedItem=com.example.myaddon__connect-provided-link-to-panel",
"context": "product",
"name": { "value": "Debug-Pre" }
} ],
"webPanels" : [ {
"key": "connect-provided-web-panel",
"url": "/jiralogin",
"location": "com.example.myaddon__connect-provided-link-to-panel",
"name": { "value": "My Web Panel" }
} ]
Showing the bug
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.