Issue time tracking
gitlab_issue_time_trackingRead or update time tracking on GitLab issues: view stats, set or reset estimates, add spent time with optional note, or reset spent time.
Instructions
Reads or updates estimate and spent time on an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| summary | No | Optional note for add_spent | |
| duration | No | Human duration such as `3h30m` or `2d` | |
| issue_iid | Yes | ||
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |