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

    Interface WorkflowHistoryReadRequest

    A request to read a specific workflow version from history.

    interface WorkflowHistoryReadRequest {
        version?: number;
        workflowId?: string;
    }
    Index

    Properties

    version?: number
    workflowId?: string