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