Time Tracking
get_time_trackingRetrieve time tracking data including estimate, spent time, and timelogs for any issue or merge request in a GitLab project.
Instructions
Get time tracking data (estimate, spent, timelogs) for an issue or merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Full path of the project (e.g., "group/project-name") | |
| resourceType | Yes | Type of resource to get time tracking for | |
| iid | Yes | Issue or merge request IID | |
| includeTimelogs | No | Whether to include individual timelog entries | |
| first | No | Number of timelog entries to retrieve | |
| after | No | Cursor for pagination | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |