Hello
I would like to know from a Groovy script that is called during an issue-validation if another issue is currently inside a transition.
Do you have any idea if this is possible and how to do it then?
Many greetings, Rolf
My first approach to solve this problem was to create a MutableIssue object from the validation script and catch the NoClassDefFoundError exception to decide that this issue is currently inside a transition.
After I had corrected various, minor errors, this approach led to success :o)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.