Block 1 - Section - Issue Creation
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Webhook → OpenAI → Jira “Bug Suspicion” → Slack QA Escalation This workflow ingests bug reports via a webhook, uses OpenAI to triage and tag them, creates a Jira Bug in project with AI driven label...
n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.openai, n8n-nodes-base.switch, n8n-nodes-base.jira, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow ingests bug reports via a webhook, uses OpenAI to triage and tag them, creates a Jira Bug in project APP with AI-driven labels and alerts QA in Slack. Import the JSON, add OpenAI + Jira + Slack credentials, set the webhook path, choose your Slack channels and activate.
advanced-bug-triage; test with a POST body containing priority, summary and category.qa-alerts-high and qa-general if needed.That’s it. Jira issue gets created and Slack gets notified instantly.
The workflow acts as an AI-assisted bug triage bridge. A webhook receives incoming bug suspicions, which are then analyzed by OpenAI to determine priority and category. Based on the AI output, the flow routes to the appropriate Jira creation path and applies standardized labels for consistent reporting.
After creating the Jira Bug in project APP, the workflow escalates to Slack: high-priority items go to qa-alerts-high, while normal items go to qa-general. The result is a fast, low-friction path from external bug signals to actionable Jira issues with immediate QA visibility.
advanced-bug-triage): Accepts POST payloads (e.g., summary, description, priority, category).APP, labeling with ai-triaged and the AI-detected category.qa-alerts-high, others to qa-general.bug-suspicion https://YOUR-N8N-URL/webhook/bug-suspicion
APP Bug issue typeIssue is created in jira for this key <ISSUE-KEY>
{
"title": "Login button unresponsive"
}
Enable Active toggle.
You may add:
"additionalFields": {
"labels": "bug-suspicion,auto-detected",
"description": "={{$json["details"]}}"
}
Customize formatting, attachments, mentions or channels.
Tune the prompt, map input fields or adjust model parameters for stricter/looser triage.
Modify routing thresholds, add more branches or change default fallback.
| Issue | Cause | Solution |
|---|---|---|
| Webhook not receiving data | Wrong URL/method | Use POST + correct path |
| Jira issue not created | Wrong credentials/project | Verify Jira credentials + APP project |
| Slack message not sent | Bot not allowed in channel | Invite bot to channel |
| Jira fields empty | Missing JSON field | Ensure payload includes "title" |
| Slack shows undefined | Jira response changed | Add Debug node to inspect output |
| Workflow not running | Not activated | Turn ON "Active" |
If you want help customizing this workflow or building similar n8n workflow automations, the WeblineIndia team can assist with:
Reach out anytime for implementation or enhancements.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | AI-powered bug triage system with OpenAI, Jira and Slack alerts |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Ticket Management, AI Summarization |
| Author | WeblineIndia |
| Published | 11 Dec 2025 |
Use the JSON export at /data/workflows/11697/11697.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Webhook → OpenAI → Jira “Bug Suspicion” → Slack QA Escalation This workflow ingests bug reports via a webhook, uses OpenAI to triage and tag them, creates a Jira Bug in project with AI driven label...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management, AI Summarization use case.