Hi,
I have created an Connect app and have used this json:
"modules": {
"webPanels": [
{
"key": "test",
"location": "atl.jira.view.issue.right.context",
"layout": {
"width": "100",
"height": "200"
},
"name": {
"value": "Start/Stop Timer"
},,
"url": "/JiraApp/Jira/Test.aspx?projectId=${project.id}&issueId=${issue.id}"
}
]
}
}
And when I go to an issue in Jira then I see in the right menu:
Open My test and when I click on it my page is opened where the right panel was.
But I would like that the content of my page should be showed in the panel.
How can I achieve that?
I have tried this, but that does not do anything:
https://developer.atlassian.com/cloud/jira/platform/modules/web-panel-layout/
Greetz,
Peter