Hello everybody! In script listener it works fine, but in post function error
def eventTypeManager = ComponentAccessor.getEventTypeManager()
def eventTypeName = eventTypeManager.getEventType(event.eventTypeId).getName()
I suppose that there're no event in post function. But I need to know what happened with issue, closed or resolved and depending on this add comment or not. Point is that I have one script on two transitions issue resolved and issue closed. In order not to make 2 scripts with slight difference I want to add one script on both transitions and want script to check the event. Is it possible or I have to do script listener or two scripts for different transitions?