Hi.
I'm implementing new jira action using webwork plugin.
(i extend JiraWebActionSupport)
Now, invoking an action results displaying view as new page.
I would like to have similar functionality as changing issue status,
ore resolving an issue (view dispalay as popup on layer).
Can i configure my custom action in that way ?
Needed this as well and luckily found something within our existing code. Just include the <styleClass>trigger-dialog</styleClass> in the web item which renders the link to the action.
<web-item ...> ... <styleClass>trigger-dialog</styleClass> </web-item>
Waiting for the same...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I also asked the same question, if you have an answer can you advise me, and me too.
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.