delete_worklog
Remove a specific worklog entry from a Jira ticket using its worklog ID and ticket ID.
Instructions
Delete a worklog from a Jira ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The Jira ticket ID (e.g., PROJECT-123) | |
| worklogId | Yes | The worklog ID to delete (use get_worklog to find IDs) |