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

    Interface ListWorkflowHistory

    A request to read all the workflow history entries for a specific workflow.

    interface ListWorkflowHistory {
        expand?: string;
        workflowId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    expand?: string

    Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:

    • includeIntermediateWorkflows Includes intermediate workflow versions that are sometimes created during workflow updates or migrations. By default, these are omitted from the response.
    workflowId?: string

    The id of the workflow to read the history for.