jira.js
    Preparing search index...

    Function getIssueSecurityLevel

    • Returns a full representation of the security level that has the given id.

      Parameters

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

          An issue security level id

      • Optionaloptions: RequestOptions

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