get_issue_comments
Retrieve all comments and notes on a specific GitLab issue by providing the project path and issue internal ID.
Instructions
Get comments/notes on 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 per_page: Number of results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per_page | No | ||
| issue_iid | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |