get_issue
Retrieve detailed information about a specific issue in a GitHub or GitLab repository by providing the repository identifier and issue number.
Instructions
Get details of a specific issue in a project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| issue_number | Yes | Issue number |