Jira.js - Jira Cloud API library
Preparing search index...
Version2Models
WorkflowHistoryReadResponse
Interface WorkflowHistoryReadResponse
The specified workflow version read from history.
interface
WorkflowHistoryReadResponse
{
statuses
?:
WorkflowDocumentStatus
[]
;
workflows
?:
WorkflowDocument
[]
;
}
Index
Properties
statuses?
workflows?
Properties
Optional
statuses
statuses
?:
WorkflowDocumentStatus
[]
Optional
workflows
workflows
?:
WorkflowDocument
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
statuses
workflows
Jira.js - Jira Cloud API library
Loading...
The specified workflow version read from history.