jira.js
    Preparing search index...

    Function deleteIssueProperty

    • Deletes an issue's property.

      This operation can be accessed anonymously.

      Permissions required:

      Parameters

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

          The key or ID of the issue.

        • propertyKey: string

          The key of the property.

      • Optionaloptions: RequestOptions

      Returns Promise<void>