Hi,
I have tried the basic web panel example and it displays web panel's title on the location atl.jira.view.issue.right.context. Clicking on it, loads the URL linked to this web panel in an iframe.
Is it possible to load the URL in 1st step itself (as soon as jira issue page loads) on location atl.jira.view.issue.right.context instead of user clicking on the web panel title and then loading the URL?
For example it displays Open My Web Panel, and clicking on it loads the URL. I don't want to show Open My Web Panel, instead load the URL and show the actual content.
Thanks.
Yes, it's possible.
Try this
{
"url": "<url-to-invoke>",
"location":"atl.jira.view.issue.right.context",
"weight": 100,
"layout": {
"width": "0px",
"height": "0px"
},
"key":"some-key",
"name":
{
"value": "some value"
}
},
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.