I have created a script which creates a linked issue with specific parameters. I would like to run it not from the administrative interface under Administration / Plugins / Script Runner, but direclty from within an issue screen.
How can I register the script as an Action within the issue menus?
Thanks!
How to associate an Action on the issue screen:
These links would be a good start
Start with a web-item plugin
https://developer.atlassian.com/display/JIRADEV/Web+Item+Plugin+Module
https://developer.atlassian.com/display/JIRADEV/View+Issue+Page+Locations
Write a webwork plugin
https://developer.atlassian.com/display/JIRADEV/Webwork+plugin+module
I found that another way is to link the Script to a workflow transition which goes back in the same state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The visual designer can add global transitions, which apply on every state but don't change the state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.