
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
- Syncing all your issue property and updates on integrations we don't support yet
- Automatically create Zendesk tickets and Intercom conversations for new issues
Getting started
Go to
Workspace settings
→ Webhooks
→ Turn on these events in your webhooksFor payload examples and documentation, read more on our webhook docs →