jira.js
    Preparing search index...

    Function getAssignedPriorityScheme

    • Gets a full representation of a priority scheme in JSON format used by specified project. User must be global administrator or project administrator. All project keys associated with the priority scheme will only be returned if additional query parameter is provided expand=projectKeys.

      Parameters

      • client: Client
      • parameters: { projectKeyOrId: string }
        • projectKeyOrId: string

          Key or id of the project

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              defaultOptionId?: string;
              defaultScheme?: boolean;
              description?: string;
              id?: number;
              name?: string;
              optionIds?: string[];
              projectKeys?: string[];
              self?: string;
              [key: string]: unknown;
          },
      >