Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
WorkflowReadResponse
Interface WorkflowReadResponse
Details of workflows and related statuses.
interface
WorkflowReadResponse
{
statuses
?:
JiraWorkflowStatus
[]
;
workflows
?:
JiraWorkflow
[]
;
}
Index
Properties
statuses?
workflows?
Properties
Optional
statuses
statuses
?:
JiraWorkflowStatus
[]
List of statuses.
Optional
workflows
workflows
?:
JiraWorkflow
[]
List of workflows.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
statuses
workflows
Source Code
@resolution/jira-api-client
Loading...
Details of workflows and related statuses.