get_issue
Fetch complete details for a GitLab issue using its project ID and internal IID. View the title, description, and status to understand the task.
Instructions
Fetch issue details.
Args: project_id: GitLab project ID issue_iid: Issue IID (internal ID shown in GitLab UI as #123)
Returns: Formatted string with issue details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_iid | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |