delete_worklog
Delete a logged work entry from a project issue by providing project, issue, and worklog IDs. Clears time tracking records to correct mistakes or remove obsolete entries.
Instructions
Delete a worklog.
Args: project_id: The UUID identifier of the project containing the issue issue_id: The UUID identifier of the issue containing the worklog worklog_id: The UUID identifier of the worklog to delete
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| project_id | Yes | ||
| worklog_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |