We use ScriptRunner for automating steps for some of our transitions. What we would like to do is be able to prompt the user for some information when the transition occurs, which is used in the transition script, but isn't really part of the issue.
What we do right now, is add some fields to the issue so that they can be set via the screen, and then have the transition use the fields, and then clear them. The problem is that in some cases we just want to use that data for the transition.
Is there a solution for this? i.e. transition only fields?