webhooks-notifications-part2-optimized
Following the release of
issue.created
, we've expanded our webhook notification system with more events for issues and comments.
What's new
Issue events:
  • issue.updated
    : Any issue property is updated (Title, description, priority, assignee, issue type, or attachment)
  • issue.deleted
    : An issue is deleted
  • issue.status_updated
    : An issue status is updated
  • issue.assignee_updated
    : An issue has an assignee added, removed or updated
Comment events:
  • comment.created
    : New comments or attachments are posted on an issue
  • comment.deleted
    : A comment is deleted
It's perfect for
Getting started
Go to
Workspace settings
Webhooks
→ Turn on these events in your webhooks
For payload examples and documentation, read more on our webhook docs →