manage_worklogs
Track and manage time spent on Jira issues by listing existing worklogs or adding new entries with time details and comments.
Instructions
Manage time tracking worklogs on Jira issues. Actions: 'list', 'add'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: 'list', 'add' | |
| issue_key | Yes | Jira issue key (e.g., PROJ-123) | |
| time_spent | No | Time spent (for 'add'), e.g. '2h', '1d', '30m' | |
| started | No | Start datetime ISO 8601 (for 'add'), e.g. '2024-01-15T09:00:00.000+0000'. Defaults to now | |
| comment | No | Worklog comment (for 'add') | |
| start_at | No | Pagination start index (for 'list') | |
| max_results | No | Maximum results to return (for 'list') |