I need of the workflow condition that verify the status of the linked issue.
I found one plug-in that do this with sub-task, but not for any linked issue.
I think ScriptRunner plugin will be able to help you on that, but you would have to create the groovy script (or supported scrip language) and include it in your workflow
Hello
I didn't know how to create this groovy script. Can someone help me?
Greetz Nils
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.
Script runner can verify on a transition that an issue is linked and the issue is in the correct status. It can't do anything about preventing linking to an another issue when the user does More Actions -> Link Issue...
So it's useful for enforcing business processes, because normally you will want say a linked Test Record with a status of Tested in order to resolve the parent issue, something like that.
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.