fetchGithubIssue
Retrieve a GitHub issue's details including title, body, state, labels, assignees, and author using its URL or owner/repo#number reference.
Instructions
Fetch a GitHub issue by URL or owner/repo#number ref. Returns title, body, state, labels, assignees, and author. Requires GitHub connector connected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueRef | Yes | GitHub issue URL (https://github.com/owner/repo/issues/42) or short ref (owner/repo#42). |