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

    Interface ReadWorkflows

    interface ReadWorkflows {
        projectAndIssueTypes?: Version3Models.ProjectAndIssueTypePair[];
        useApprovalConfiguration?: boolean;
        useTransitionLinksFormat?: boolean;
        workflowIds?: string[];
        workflowNames?: string[];
    }
    Index

    Properties

    projectAndIssueTypes?: Version3Models.ProjectAndIssueTypePair[]

    The list of projects and issue types to query.

    useApprovalConfiguration?: boolean

    Return the new field approvalConfiguration instead of the deprecated status properties for approval configuration.

    useTransitionLinksFormat?: boolean

    Return the new fields (toStatusReference/links) instead of the deprecated fields (to/from) for workflow transition port mappings.

    workflowIds?: string[]

    The list of workflow IDs to query.

    workflowNames?: string[]

    The list of workflow names to query.