Hi.
I am looking for some clarification with respect to events. As far as I understand, you can configure a single event to be fired as post-functuion at the end of a workflow transition. I am wondering:
- Is this the only event that is fired during a workflow transition, or are there maybe events fired as side effects? E.g., if the transition screen askes for an assignee, will the Issue Assigned Event fire automatically or do i have to fire it manually as a post-function?
- Is there a sub-typing of events, such as "an Issue Assigned Event is also a Generic Event", and a listener waiting for a Generic Event would be triggered by the Issue Assigned Event, or are all events independent?
- Is there any benefit in firing specific events if I don't have any custom listeners? That is, are there system listerers that take any actions if, say, an Issue Assigned Event is fired?
Thanks for your kind help!