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

    Interface SetDefaultPriorityRequest

    The new default issue priority.

    interface SetDefaultPriorityRequest {
        id: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    The ID of the new default issue priority. Must be an existing ID or null. Setting this to null erases the default priority setting.