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

    Interface WorkflowHistoryListRequest

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

    interface WorkflowHistoryListRequest {
        workflowId?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    workflowId?: string

    The id of the workflow to read the history for.