transition context variable, that contains information about the transition that is currently happening and allows to inspect the source and target status.
id: The transition ID (Number).
name: The transition name (String).
from: The current status of the issue (IssueStatus).
to: The target status of the transition (IssueStatus).
hasScreen: true if there is a screen configured for this transition, false otherwise (Boolean).