jira.js
    Preparing search index...

    Variable WorkflowHistoryListRequestSchemaConst

    WorkflowHistoryListRequestSchema: ZodObject<
        { workflowId: ZodOptional<ZodString> },
        $loose,
    > = ...

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