Reputation: 43
I am new to developing plugins in Confluence. I have created a Plugin which is adding a Web-item “AAD Permissions” under Space permissions section of Confluence (attaching the screenshot for reference). Now, on click of that Web item I need to open a dialog box with an input. Can anyone please guide me on how to achieve this?
Thanks & Regards, Preethi H R
Upvotes: 0
Views: 312
Reputation: 369
To have a Dialog item, you need to create:
So you add either AJS JQuery based trigger now to the HTML tempate of this web item or create custom action on backend - https://developer.atlassian.com/server/confluence/adding-a-custom-action-to-confluence/
Here are guides:
Upvotes: 0