delete_worklog
Remove an existing worklog entry from Tempo's time tracking system in JIRA by specifying the worklog ID to maintain accurate time records.
Instructions
Delete an existing worklog entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
worklogId | Yes | Tempo worklog ID to delete |
Input Schema (JSON Schema)
{
"properties": {
"worklogId": {
"description": "Tempo worklog ID to delete",
"type": "string"
}
},
"required": [
"worklogId"
],
"type": "object"
}