jira.js
    Preparing search index...

    Function deleteWorklogProperty

    • Deletes a worklog property.

      This operation can be accessed anonymously.

      Permissions required:

      • Browse projects project permission for the project that the issue is in.
      • If issue-level security is configured, issue-level security permission to view the issue.
      • If the worklog has visibility restrictions, belongs to the group or has the role visibility is restricted to.

      Parameters

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

          The ID or key of the issue.

        • propertyKey: string

          The key of the property.

        • worklogId: string

          The ID of the worklog.

      • Optionaloptions: RequestOptions

      Returns Promise<void>