Jira.js - Jira Cloud API library
    Preparing search index...

    Interface WorkflowHistoryReadResponse

    The specified workflow version read from history.

    interface WorkflowHistoryReadResponse {
        statuses?: WorkflowDocumentStatus[];
        workflows?: WorkflowDocument[];
    }
    Index

    Properties

    statuses?: WorkflowDocumentStatus[]
    workflows?: WorkflowDocument[]