jira.js
    Preparing search index...

    Function getProperty

    • Returns the value of an organization property. Use this method to obtain the JSON content for an organization's property. 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 get organization detail field values which are visible in Jira Service Management, see the Customer Service Management REST API.

      Permissions required: Any

      Response limitations: Customers can only access properties of organizations of which they are members.

      Parameters

      • client: Client
      • parameters: { organizationId: string; propertyKey: string }
        • organizationId: string

          The ID of the organization from which the property will be returned.

        • propertyKey: string

          The key of the property to return.

      • Optionaloptions: RequestOptions

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