This n8n workflow streamlines communication by automatically sending Telegram notifications based on Jira webhook events. It listens for Jira issues being created, updated, or assigned, then sends customized messages to the appropriate Telegram chat. The process begins with a webhook that captures Jira issue data. A code node maps the Jira account ID to a Telegram chat ID. The workflow then verifies if a correct Telegram account exists before checking the type of Jira event (creation, update, or reassignment). Depending on the event, it sends a tailored message to the user or group on Telegram, providing details such as project name, issue key, title, description, and creation time. This setup is ideal for teams wanting instant updates on Jira activities, ensuring everyone stays informed without manual checks.
Automated Jira Issue Notifications via Telegram
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | code, if, switch, telegram, webhook |
Reviews
There are no reviews yet.