add_time_spent
Log time spent on GitLab issues to track work hours and maintain accurate project time records. Specify duration, project, and issue details for precise time tracking.
Instructions
Add time spent on an issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or URL-encoded path | |
| issue_iid | Yes | The internal ID of the issue | |
| duration | Yes | The duration in GitLab format (e.g., '3h 30m') | |
| spent_at | No | The date the time was spent (YYYY-MM-DD) | |
| summary | No | A short description of the time spent |