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
Hi @pthart , welcome on the community. I probably do not understand your questions. You write "is opened where the right panel was" and you want to display it in a panel.
Can you share more detailed information with some screenshot?
sure... This is what I got now:
And when I click on Open Start / Stop Timer I get this:
But I would like to achieve is that the content of my 2nd screenshot to be in screenshot 1 so you don't have to click on open start/stop
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What timer do you want to set there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I put in my content is not relevant, all I would like to know how I show my content directly on the webpanel without having to click on open (like in screenshot 1).
How can I achieve that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.