Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.4 KB

IssueTransition.md

File metadata and controls

16 lines (15 loc) · 1.4 KB

IssueTransition

Properties

Name Type Description Notes
id String The ID of the issue transition. Required when specifying a transition to undertake. [optional]
name String The name of the issue transition. [optional]
to AllOfIssueTransitionTo Details of the issue status after the transition. [optional]
hasScreen Boolean Whether there is a screen associated with the issue transition. [optional]
isGlobal Boolean Whether the issue transition is global, that is, the transition is applied to issues regardless of their status. [optional]
isInitial Boolean Whether this is the initial issue transition for the workflow. [optional]
isAvailable Boolean Whether the transition is available to be performed. [optional]
isConditional Boolean Whether the issue has to meet criteria before the issue transition is applied. [optional]
fields Map<String, FieldMetadata> Details of the fields associated with the issue transition screen. Use this information to populate `fields` and `update` in a transition request. [optional]
expand String Expand options that include additional transition details in the response. [optional]
looped Boolean [optional]