Here is what I am trying to do:
Have a button live on an issue page, where the user can click it.
When clicked, I want that button to create another issue, inheriting some of the current issues field values.
In an ideal world, I would also like to be able to prompt a screen to get some user information, but that isn't a direct requirement right now
Is this something I can achieve with ScriptRunner? If so, how do I start getting the UI element to start calling a script?
It is working going through post functions, but I am trying to break this away from workflows, as they are getting messy.
Hi @Sam ,
Jira and ScriptRunner groovy works slightly different from pure vanilla java implementation.
Try to check out how these guys accomplish similar problems.
https://community.atlassian.com/t5/Jira-questions/Send-a-HTTP-POST-as-a-post-function/qaq-p/312384
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.