WorkItemStateTransition interface
Describes a state transition in a work item.
Gets a list of actions needed to transition to that state.
actions: string[]
Property Value
string[]
Name of the next state.
to: string
Property Value
string