list_issue_notes_tool
Retrieve comments and notes on a specific GitLab issue using its project and issue IDs. Supports pagination, sorting, and ordering.
Instructions
List notes (comments) on an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort direction (asc, desc) | desc |
| order_by | No | Order by field (created_at, updated_at) | created_at |
| per_page | No | Results per page, max 100 (default: 20) | |
| issue_iid | Yes | Issue internal ID | |
| project_id | Yes | Project ID or path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||