jira.js
    Preparing search index...

    Function setProperty

    • Sets the value of an organization property. Use this resource to store custom data against an organization. Organization properties are a type of entity property which are available to the API only, and not shown in Jira Service Management. Learn more.

      To store organization detail field values which are visible in Jira Service Management, see the Customer Service Management REST API.

      Permissions required: Service Desk Administrator or Agent.

      Note: Permission to manage organizations can be switched to users with the Jira administrator permission, using the Organization management feature.

      Parameters

      • client: Client
      • parameters: { body: Record<string, any>; organizationId: string; propertyKey: string }
        • body: Record<string, any>
        • organizationId: string

          The ID of the organization on which the property will be set.

        • propertyKey: string

          The key of the organization's property. The maximum length of the key is 255 bytes.

      • Optionaloptions: RequestOptions

      Returns Promise<void>