This n8n workflow automates the process of handling bug reports sent via a webhook. When a bug report is received, the message is classified into ‘High’ or ‘Low’ severity using Google’s Gemini language model. For low-severity bugs, a summary is generated, and the details are used to create a GitHub issue automatically, ensuring quick issue tracking. Additionally, the workflow includes steps for managerial approval via email before finalizing the issue creation. Notifications are sent in real-time through Telegram to alert team members of new bugs, with special emphasis on high-severity issues. Practical use cases include QA teams and developers who need to streamline bug triage, prioritize bugs efficiently, and keep everyone informed through instant messaging.
Automated Bug Reporting with AI and Notifications
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.chainSummarization, @n8n/n8n-nodes-langchain.lmChatGoogleGemini, @n8n/n8n-nodes-langchain.textClassifier, github, gmail, if, set, stickyNote, telegram, webhook |
Reviews
There are no reviews yet.