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

    Interface UpdatePriorityScheme

    Details of a priority scheme.

    interface UpdatePriorityScheme {
        defaultPriorityId?: number;
        description?: string;
        mappings?: Version3Models.PriorityMapping;
        name?: string;
        priorities?: UpdatePrioritiesInSchemeRequest;
        projects?: UpdateProjectsInSchemeRequest;
        schemeId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultPriorityId?: number

    The default priority of the scheme.

    description?: string

    The description of the priority scheme.

    name?: string

    The name of the priority scheme. Must be unique.

    priorities?: UpdatePrioritiesInSchemeRequest
    projects?: UpdateProjectsInSchemeRequest
    schemeId: number

    The ID of the priority scheme.