jira.js
    Preparing search index...

    Function setIssueTypeProperty

    • Creates or updates the value of the issue type property. Use this resource to store and update data against an issue type.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      Permissions required: Administer Jira global permission.

      Parameters

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

          The ID of the issue type.

        • propertyKey: string

          The key of the issue type property. The maximum length is 255 characters.

      • Optionaloptions: RequestOptions

      Returns Promise<void>