jira.js
    Preparing search index...

    Function deleteIssueTypeProperty

    • Removes the property from the issue type identified by the id

      Parameters

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

          The issue type from which the property will be removed.

        • propertyKey: string

          The key of the property to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>