jira.js
    Preparing search index...

    Function getPriorityScheme

    • Gets a full representation of a priority scheme in JSON format.

      Parameters

      • client: Client
      • parameters: { schemeId: number }
        • schemeId: number

          Id of priority scheme to get

      • Optionaloptions: RequestOptions

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