jira.js
    Preparing search index...

    Function deleteIssueProperty

    • Removes the property from the issue identified by the key or by the id.

      Parameters

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

          Issue id or key

        • propertyKey: string

          The key of the property to remove

      • Optionaloptions: RequestOptions

      Returns Promise<void>