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

    Interface WorkflowHistoryItem

    A single entry in the WorkflowHistoryPage.

    interface WorkflowHistoryItem {
        isIntermediate?: boolean;
        workflowId?: string;
        workflowVersion?: number;
        writtenAt?: string;
    }
    Index

    Properties

    isIntermediate?: boolean

    Whether the version is an intermediate workflow state, sometimes created during workflow updates.

    workflowId?: string
    workflowVersion?: number
    writtenAt?: string

    The timestamp when this workflow version was created.