πŸ“‹ Create Jira tickets from Streamlit forms with webhook & REST API

⚑ 286 views Β· πŸ“‹ Project Management

Description

Description

Automated workflow that creates Jira issues directly from Streamlit form submissions. Receives webhook data, validates and transforms it to Jira’s API schema, creates the issue, and returns the ticket details to the frontend application.

Context

Bridges the gap between lightweight Streamlit prototypes and enterprise Jira workflows. Enables rapid ticket creation while maintaining Jira as the authoritative source of truth. Includes safety mechanisms to prevent duplicate submissions and malformed requests.

Target Users

Technical Requirements

Workflow Steps

image.png

Key Features

Validation Testing

Expected Output

Implementation Notes

image.png

image.png

Tutorial video:

Watch the Youtube Tutorial video

How it works

⏰ Trigger: Webhook fires when the app submits. 🧹 Guard: Ignore pings/invalid, deduplicate rapid repeats. 🧱 Prepare: Normalize to Jira’s field model (incl. Atlassian doc description). 🧾 Create: POST to /rest/api/3/issue and capture the key. πŸ” Respond: Send { ok, jiraKey, url } back to Streamlit for instant UI feedback.

About me :

I’m Yassin a Project & Product Manager Scaling tech products with data-driven project management. πŸ“¬ Feel free to connect with me on Linkedin

πŸ”— Nodes Used

HTTP Request, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup