delete_worklog
Remove a worklog from an issue by providing project, issue, and worklog IDs. Ensures accurate time tracking by deleting incorrect or obsolete entries.
Instructions
Delete a worklog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The uuid identifier of the issue containing the worklog | |
| project_id | Yes | The uuid identifier of the project containing the issue | |
| worklog_id | Yes | The uuid identifier of the worklog to delete |