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

    Interface PublishDraftWorkflowScheme

    interface PublishDraftWorkflowScheme {
        id: number;
        statusMappings?: Version3Models.StatusMapping[];
        validateOnly?: boolean;
    }
    Index

    Properties

    id: number

    The ID of the workflow scheme that the draft belongs to.

    statusMappings?: Version3Models.StatusMapping[]
    validateOnly?: boolean

    Whether the request only performs a validation.