get_issue
Retrieve a specific issue by number, including all its comments.
Instructions
Get a single issue by number, including all of its comments.
The returned object is the standard Gitea Issue payload, with an additional
comments_list field containing the full list of Comment objects. The
existing top-level comments integer field (comment count) is preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| issue_number | Yes | Issue number (the #N in the URL) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||