Jira.js - Jira Cloud API library
Preparing search index...
Version2Models
WorkflowDocument
Interface WorkflowDocument
The workflow stored for the specified version.
interface
WorkflowDocument
{
created
?:
string
;
description
?:
string
;
id
?:
string
;
lastUpdateAuthorAAID
?:
string
;
loopedTransitionContainerLayout
?:
Version2Models
.
WorkflowLayout
;
name
?:
string
;
scope
?:
Version2Models
.
WorkflowScope
;
startPointLayout
?:
Version2Models
.
WorkflowLayout
;
statuses
?:
Version2Models
.
WorkflowReferenceStatus
[]
;
transitions
?:
Version2Models
.
WorkflowTransitions
[]
;
updated
?:
string
;
version
?:
Version2Models
.
DocumentVersion
;
}
Index
Properties
created?
description?
id?
last
Update
Author
AAID?
looped
Transition
Container
Layout?
name?
scope?
start
Point
Layout?
statuses?
transitions?
updated?
version?
Properties
Optional
created
created
?:
string
Optional
description
description
?:
string
Optional
id
id
?:
string
Optional
last
Update
Author
AAID
lastUpdateAuthorAAID
?:
string
Optional
looped
Transition
Container
Layout
loopedTransitionContainerLayout
?:
Version2Models
.
WorkflowLayout
Optional
name
name
?:
string
Optional
scope
scope
?:
Version2Models
.
WorkflowScope
Optional
start
Point
Layout
startPointLayout
?:
Version2Models
.
WorkflowLayout
Optional
statuses
statuses
?:
Version2Models
.
WorkflowReferenceStatus
[]
Optional
transitions
transitions
?:
Version2Models
.
WorkflowTransitions
[]
Optional
updated
updated
?:
string
Optional
version
version
?:
Version2Models
.
DocumentVersion
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
description
id
last
Update
Author
AAID
looped
Transition
Container
Layout
name
scope
start
Point
Layout
statuses
transitions
updated
version
Jira.js - Jira Cloud API library
Loading...
The workflow stored for the specified version.