Is there a way to identify the name or an identifier of the transition that triggered the Issue Updated Listener?
I can determine the change in status, but have a number of transitions going into one status and we need to take different actions for each.
Not directly.
Listeners are triggered by events, not transitions. Transitions all fire events though, so listeners look at those.
If your workflow were to fire different events for each transition, then yes, you can do this easily - the event object passed into your script will contain the type of event fired.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.