Knowledge Base

Build Error to Jira Ticket Workflow

Duration: ~20 min · Level: Intermediate · Template: #113 Error to Jira Ticket · Deployment: Cloud

Prerequisites: Jira Cloud API token and project key. A health endpoint to monitor (or replace with your error source).

Build a DevOps alerting workflow from template #113: poll a health endpoint and automatically create a Jira issue when status is not OK.

What this template does

  1. Check Status — HTTP GET to health URL.
  2. Error Detected? — condition on status != ok.
  3. Create Jira Issue — Bug in project OPS (configurable).
  4. All OK — log branch when healthy.

Step 1 — Load the template

  1. Studio → Templates → search Error to Jira.
  2. Load template #113.

Step 2 — Health check

  1. Set your API URL in Check Status.
  2. Add a Cron Schedule trigger upstream if you want periodic polling (template starts at HTTP — wire a schedule or webhook).

Step 3 — Jira

  1. Configure Base URL, email, API token, project, and issue type.
  2. Map Summary and Description from HTTP response fields.

Step 4 — Activate

  1. Dry Run with mock error response JSON.
  2. Activate and verify issue creation in Jira on real failures.

Related tutorials

Nodlyn Assistant
Ask me anything about Nodlyn
Hi! 👋 I'm the Nodlyn assistant. Ask me about the product, workflow components, connectors, agent runtime, agent capabilities, deployment, and more. If I don't know an answer, I'll point you to our contact form.