Web panel using atlassian-connect-express

Varshney
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 10, 2019

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.

image.png

Thanks.

1 answer

0 votes
Lava Kumar Dukanam _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 21, 2019

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"
}
},

Suggest an answer

Log in or Sign up to answer