Create Jira Tickets from Streamlit Forms with Webhook & REST API — Flujo de trabajo n8n

Media complejidad🔗 Webhook10 nodos🏷️ Project Management👁 114 vistaspor Yassin Zehar

Descripción general

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 an

Nodos utilizados

HTTP RequestCode

Vista previa del flujo de trabajo

Required
- Streamlit creation ticket app
- Jira account
1) Trigger & intake (Streamlit → n8n)
Purpose: receive the ticket from the app and hand it to
Nodes
Webhook streamlit – receives action=create_ticket and a
4) Create issue in Jira
Purpose: call Jira REST API and create the real ticket.
Nodes
Processed data (Set) – passes through the fields object
Jira HTTP request (HTTP Requ
3) Normalize & build Jira payload
Purpose: transform app fields into a valid Jira JSON.
Nodes
Process streamlit data (Code) – outputs a clean fields
project.key (uppercase from projectK
2) De-dup guard & branching (count/IF)
Purpose: prevent empty/invalid calls and duplicates fro
Nodes
anti double (Code) – builds a short-lived memory in wor
5) Return result to the app
Purpose: send a friendly response back to Streamlit.
Nodes
jira response (Set) – optional pass-through of the Jira
Result (Code) – returns t
W
Webhook streamlit
J
jira response
Jira HTTP request
R
raw data from streamlit
Process streamlit data
P
Processed data
Result
anti double
blocked request
I
if for doubles
10 nodes9 edges

Cómo funciona

  1. 1

    Disparador

    El flujo de trabajo comienza con un disparador webhook.

  2. 2

    Procesamiento

    Los datos fluyen a través de 10 nodos, connecting code, httprequest, if.

  3. 3

    Salida

    El flujo de trabajo completa su automatización y entrega el resultado al destino configurado.

Detalles de nodos (10)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2

Cómo importar este flujo de trabajo

  1. 1Haz clic en el botón Descargar JSON a la derecha para guardar el archivo del flujo de trabajo.
  2. 2Abre tu instancia de n8n. Ve a Flujos de trabajo → Nuevo → Importar desde archivo.
  3. 3Selecciona el archivo create-jira-tickets-from-streamlit-forms-with-webhook-rest-api descargado y haz clic en Importar.
  4. 4Configura las credenciales para cada nodo de servicio (claves API, OAuth, etc.).
  5. 5Haz clic en Probar flujo de trabajo para verificar que todo funcione, luego actívalo.

O pega directamente en n8n → Importar desde JSON:

{ "name": "Create Jira Tickets from Streamlit Forms with Webhook & REST API", "nodes": [...], ...}

Integraciones

codehttprequestifsetwebhook

Obtener este flujo de trabajo

Descarga e importa con un solo clic

Descargar JSONVer en n8n.io
Nodos10
Complejidadmedium
Disparadorwebhook
Vistas114

Creado por

Yassin Zehar

Yassin Zehar

@yassinzehar

Etiquetas

codehttprequestifsetwebhook

¿Nuevo en n8n?

n8n es una herramienta de automatización de flujos de trabajo gratuita y de código abierto. Alójala tú mismo o usa la versión en la nube.

Obtener n8n gratis →