manage_worklogs
List or add time tracking worklogs on Jira issues. Specify issue key and duration for adding logs; retrieve existing logs with pagination.
Instructions
Manage time tracking worklogs on Jira issues. Actions: 'list', 'add'
Input 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') |