Web-Item with Dialog

Scheibli Márk August 1, 2017

Hello!

At the moment i'm working on dialogs, and i want to join it to a Web-Item. My web-item at the moment is on the system.top.navigation.bar.

I have a few problems with this. First of all, if i click on my web-item, it's loading the jira page instead of the dialog i want to show. But in atlassian-plugin.sdk i could'nt give another option for the Web-item link, cause i need the linkId. I tried everything to stay on the same page but i could'nt do it.

If i could solve this problem i think i can open the dialog with js and it will be right.

Pls guide me if u can.

1 answer

0 votes
Alain Moran
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 1, 2017

The usual way to do this is link to # in the web-item and then use a web-resource to activate the item and open the dialog.

Scheibli Márk August 1, 2017

Yes, i know, but if i put this # item like this

<link linkId="documentation_link">#</link>

then it gives me an error.

Suggest an answer

Log in or Sign up to answer