jira.js
    Preparing search index...

    Function setIssueTypeProperty

    • Sets the value of the specified issue type's property

      Parameters

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

          The issue type on which the property will be set.

        • propertyKey: string

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

      • Optionaloptions: RequestOptions

      Returns Promise<void>