jira.js
    Preparing search index...

    Function getIssueSecurityLevel

    • Returns details of an issue security level.

      Use Get issue security scheme to obtain the IDs of issue security levels associated with the issue security scheme.

      This operation can be accessed anonymously.

      Permissions required: None.

      Parameters

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

          The ID of the issue security level.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              description?: string;
              id?: string;
              isDefault?: boolean;
              issueSecuritySchemeId?: string;
              name?: string;
              self?: string;
              [key: string]: unknown;
          },
      >