Hi,
i am working on an Eventlistener, which tracks issue changes. Is it possible to get the transition name out of an com.atlassian.jira.event.issue.IssueEvent?
With getChangeLog().getRelated("ChildChangeItem") I only get "from->to" values.
Example:
From the following transition ...
0:
id: "12"
name: "fancy transition"
to:
self: "http:// ..."
name: "working"
...
statusCategory:
...
name: "done"
... I need to get "fancy transition" or the id "12".