JetBrains Space
 

Webhooks in Project and Repository

Last modified: 18 August 2023

Webhooks can be set up to notify external services, such as an issue tracker, a CI server, or a deployment tool, about events that occur in Space. Webhooks are a way to push notifications to external services which is usually preferable to polling. When an event occurs, Space will send an HTTP POST request to the specified URL.

You can create webhooks for the entire project as well as for individual repositories in your project.

  • Set up a project webhook to send notifications when a project is created, project's properties get updated or the project is deleted.

  • Set up a repository webhook to send notifications when the repository is updated with new commits or its settings get changed.

    See Repository Webhooks for instructions.