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

    Interface StatusPayload

    The payload for creating a status

    interface StatusPayload {
        description?: string;
        name?: string;
        onConflict?: string;
        pcri?: Version3Models.ProjectCreateResourceIdentifier;
        statusCategory?: string;
    }
    Index

    Properties

    description?: string

    The description of the status

    name?: string

    The name of the status

    onConflict?: string

    The conflict strategy for the status already exists. FAIL - Fail execution, this always needs to be unique; USE - Use the existing entity and ignore new entity parameters; NEW - Create a new entity

    statusCategory?: string

    The status category of the status. The value is case-sensitive.