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

    Interface WorkflowHistoryListResponse

    A list of workflow history entries.

    interface WorkflowHistoryListResponse {
        entries?: WorkflowHistoryItem[];
    }
    Index

    Properties

    Properties

    entries?: WorkflowHistoryItem[]