I have a condition under which, when choosing a rejecting resolution, a comment becomes mandatory. I want to write a script that will copy this comment into a related task. Link "split to". Listener Scriptrunner.
Scriptrunner actually has a "comment linked issues" postfunction available, so n listeners needed.
The variable to get the comment you added in transition is:
<% out << transientVars.get("comment") %>
Hope this helps!
- Tessa
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.