jira.js
    Preparing search index...

    Function getSchemeAttribute

    • Returns the attribute for a permission scheme specified by permission scheme id and attribute key.

      Parameters

      • client: Client
      • parameters: { attributeKey: string; permissionSchemeId: number }
        • attributeKey: string

          The key of the permission scheme attribute.

        • permissionSchemeId: number

          The id of the permission scheme.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: string; [key: string]: unknown }>