get_issue
Retrieve detailed information about a specific issue in a GitHub repository by providing the owner, repo, and issue number.
Instructions
Get details of a specific issue in a GitHub repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_number | Yes | Issue number | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |