get_issue
Retrieve detailed information about a specific GitLab issue by providing the project path and issue internal ID. Access title, description, status, and other details.
Instructions
Get details of a specific issue.
Args: project_path: Full path of the project (e.g., 'group/project') issue_iid: The internal ID of the issue within the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_iid | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | ||
| state | Yes | ||
| title | Yes | ||
| author | No | ||
| labels | No | ||
| web_url | Yes | ||
| assignees | No | ||
| closed_at | No | ||
| milestone | No | ||
| created_at | Yes | ||
| time_stats | No | ||
| updated_at | Yes | ||
| description | No |