Jira Connect App web panel out of bounds (too long)

Hello!

We are trying to develop a Jira Connect App. We show it in the right context of the issue view (detailed view). We define it in the atlassian-json like the following:

"modules": {
"webPanels": [
{
"url": "/coverage?projectKey={project.key}&issueKey={issue.key}&issueId={issue.id}&issueTypeId={issuetype.id}",
"location": "atl.jira.view.issue.right.context",
"layout": {
"width": "10px",
"height": "100%"
},
"weight": 50,
"supportsNative": false,
"name": {
"value": "ALM Octane Test Coverage"
},
"key": "alm-octane-coverage"
}
],

Reproduction steps:

  • go to a project
  • go to the detailed view of an issue (open as a dialog)
  • click on “Open ALM Octane Test Coverage”
  • close the dialog
  • open it again
  • notice that the right panel is not in place




Hi! Did you ever figure out what the problem was? I’m running into the same issue.

Hi :slight_smile:
Unfortunately no…
If you still find a solution on this, can you please also post it here?

Thanks!