20 lines
858 B
Markdown
20 lines
858 B
Markdown
---
|
|
title: Issue events
|
|
allowTitleToDifferFromFilename: true
|
|
shortTitle: Events
|
|
intro: 'The Issue events API can return different types of events triggered by activity in issues and pull requests.'
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
topics:
|
|
- API
|
|
miniTocMaxHeadingLevel: 3
|
|
---
|
|
|
|
## About the Issue events API
|
|
|
|
The Issue events API can return different types of events triggered by activity in issues and pull requests. For more information about the specific events that you can receive from the Issue events API, see "[Issue event types](/developers/webhooks-and-events/issue-event-types)." An events API for GitHub activity outside of issues and pull requests is also available. For more information, see the "[Events API](/developers/webhooks-and-events/github-event-types)."
|
|
|
|
{% data reusables.pull_requests.issues-pr-shared-api %} |