jira.js
    Preparing search index...

    Function getApplicationRole

    • Returns the ApplicationRole with passed key if it exists.

      Parameters

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

          The key of the role to use.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              defaultGroups?: string[];
              defined?: boolean;
              groups?: string[];
              hasUnlimitedSeats?: boolean;
              key?: string;
              name?: string;
              numberOfSeats?: number;
              platform?: boolean;
              remainingSeats?: number;
              selectedByDefault?: boolean;
              userCount?: number;
              userCountDescription?: string;
              [key: string]: unknown;
          },
      >