add_worklog
Add time spent to a Jira ticket by specifying the ticket ID, duration, and an optional comment. Track work progress directly.
Instructions
Add worklog (time spent) to a Jira ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The Jira ticket ID (e.g., PROJECT-123) | |
| timeSpent | Yes | Time spent in JIRA format (e.g., '1h', '30m', '1h 30m', '2d 4h 30m') | |
| comment | No | Optional comment for the worklog |