jira.js
    Preparing search index...

    Function setSchemeAttribute

    • Updates or inserts the attribute for a permission scheme specified by permission scheme id. The attribute consists of the key and the value. The value will be converted to Boolean using Boolean#valueOf.

      Parameters

      • client: Client
      • parameters: { body?: string; key: string; permissionSchemeId: number }
        • Optionalbody?: string
        • key: string

          The key of the permission scheme attribute.

        • permissionSchemeId: number

          The id of the permission scheme.

      • Optionaloptions: RequestOptions

      Returns Promise<void>