/search/issues
Search issues
Find issues by state and keyword. (This method returns up to 100 results per page.)
The q search term can also contain any combination of the supported issue search qualifiers as described by the in-browser issue search documentation and search syntax documentation:
typeWith this qualifier you can restrict the search to issues (issue) or pull request (pr) only.inQualifies which fields are searched. With this qualifier you can restrict the search to just the title (title), body (body), comments (comment), or any combination of these.authorFinds issues or pull requests created by a certain user.assigneeFinds issues or pull requests that are assigned to a certain user.mentionsFinds issues or pull requests that mention a certain user.commenterFinds issues or pull requests that a certain user commented on.involvesFinds issues or pull requests that were either created by a certain user, assigned to that user, mention that user, or were commented on by that user.teamFor organizations you’re a member of, finds issues or pull requests that @mention a team within the organization.stateFilter issues or pull requests based on whether they’re open or closed.labelsFilters issues or pull requests based on their labels.noFilters items missing certain metadata, such as label, milestone, or assigneelanguageSearches for issues or pull requests within repositories that match a certain language.isSearches for items within repositories that match a certain state, such as open, closed, or mergedcreatedor updated Filters issues or pull requests based on date of creation, or when they were last updated.mergedFilters pull requests based on the date when they were merged.statusFilters pull requests based on the commit status.heador base Filters pull requests based on the branch that they came from or that they are modifying.closedFilters issues or pull requests based on the date when they were closed.commentsFilters issues or pull requests based on the quantity of comments.useror repo Limits searches to a specific user or repository.
If you know the specific SHA hash of a commit, you can use also use it to search for pull requests that contain that SHA. Note that the SHA syntax must be at least seven characters.
GET
Request