WorkItemNextStateOnTransition interface
Describes the next state for a work item.
Properties
| error |
Error code if there is no next state transition possible. |
| id | Work item ID. |
| message | Error message if there is no next state transition possible. |
| state |
Name of the next state on transition. |
Property Details
errorCode
Error code if there is no next state transition possible.
errorCode: string
Property Value
string
id
Work item ID.
id: number
Property Value
number
message
Error message if there is no next state transition possible.
message: string
Property Value
string
stateOnTransition
Name of the next state on transition.
stateOnTransition: string
Property Value
string