time_tracking
Track time on issues by logging duration, managing entries, and creating work items. Generate reports with date and user filters.
Instructions
Time tracking & work items: log time, manage entries and work items, generate reports
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: log_time (add time), get_time_entries (list entries), update_time_entry (edit), delete_time_entry (remove), get_work_items (list items), create_work_item (new), update_work_item (edit), time_reports (analytics) | |
| issueId | No | Issue ID (required for most time tracking operations) | |
| duration | No | Time duration (e.g., "2h", "1d", "30m") for log_time | |
| description | No | Work description or comment | |
| date | No | Date for time entry (YYYY-MM-DD format, defaults to today) | |
| workItemId | No | Work item ID (for update/delete operations) | |
| timeEntryId | No | Time entry ID (for update/delete operations) | |
| projectId | No | Project ID (for reports and filtering) | |
| userId | No | User ID (for reports and filtering) | |
| startDate | No | Start date for reports (YYYY-MM-DD) | |
| endDate | No | End date for reports (YYYY-MM-DD) | |
| workType | No | Type of work (Development, Testing, Documentation, etc.) |