jira_add_worklog
Log work time to a Jira issue by specifying issue key, time spent, optional comment, and start time.
Instructions
Log work time against a Jira issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Work description | |
| started | No | When work started (ISO 8601) | |
| issue_key | Yes | Issue key | |
| time_spent | Yes | Time spent (e.g. '2h', '30m', '1h 30m') |