Documentation Index
Fetch the complete documentation index at: https://docs.leen.dev/llms.txt
Use this file to discover all available pages before exploring further.
JIRA Webhooks
Automatic Registration
JIRA webhooks can be automatically registered when you enable them in your connection options. Leen will:- Register a webhook with JIRA during connection initialization
- Subscribe to issue events (create/update/delete)
- Apply JQL filters based on your project filter settings
- Events subscribed:
jira:issue_created,jira:issue_updated,jira:issue_deleted
Enabling Automatic Webhooks
When creating or updating a JIRA connection, includeenable_webhooks: true in your options:
Complete example with custom mappings
Complete example with custom mappings