Search for GitHub issues across all connected repositories
Search for GitHub issues across all connected repositories
POST
Search for GitHub issues across all connected repositories
Searches for GitHub issues across all repositories that the GitHub integration has access to. The search query can include any GitHub search syntax. Returns up to 20 matching issues with their details including title, number, URL, state, repository, and issue type.
Authorizations
Body
application/json
Search query string (supports GitHub search syntax).
Example:
"login bug"
Response
Search results retrieved successfully.
Unique identifier of the GitHub issue.
Example:
"I_kwDOABCDEF"
Issue number within the repository.
Example:
42
Title of the issue.
Example:
"Fix login bug"
URL to view the issue on GitHub.
Example:
"https://github.com/piedpiper/www/issues/42"
Reason for the current state (COMPLETED, NOT_PLANNED, REOPENED, or null if open).
Example:
null
Full name of the repository (owner/repo).
Example:
"piedpiper/www"
Issue type (null if no type is set).