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

    Interface GetWorkflowSchemeIssueType

    interface GetWorkflowSchemeIssueType {
        id: number;
        issueType: string;
        returnDraftIfExists?: boolean;
    }
    Index

    Properties

    id: number

    The ID of the workflow scheme.

    issueType: string

    The ID of the issue type.

    returnDraftIfExists?: boolean

    Returns the mapping from the workflow scheme's draft rather than the workflow scheme, if set to true. If no draft exists, the mapping from the workflow scheme is returned.