jira_add_worklog
Log work time on Jira issues, specifying duration in Jira format (e.g., 1h, 30m) and optional comment. Adjust remaining estimate as needed.
Instructions
Log work on an issue. timeSpent uses Jira format like 1h, 30m, 2h 15m.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Worklog comment | |
| started | No | When work started (ISO datetime or YYYY-MM-DD). Defaults to now. | |
| issueKey | Yes | Issue key, e.g. APP-1851 | |
| reduceBy | No | Required when adjustEstimate=manual, e.g. 30m | |
| timeSpent | Yes | Time spent, e.g. 1h, 30m, 2h 15m | |
| newEstimate | No | Required when adjustEstimate=new, e.g. 1h | |
| adjustEstimate | No | How to adjust remaining estimate (default auto) |