Create Jira Tickets from Streamlit Forms with Webhook & REST API — n8n ワークフロー

複雑度🔗 Webhook10個のノード🏷️ Project Management👁 114回閲覧作成者:Yassin Zehar

概要

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

使用ノード

HTTP RequestCode

ワークフロープレビュー

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

仕組み

  1. 1

    トリガー

    このワークフローは webhook トリガーで開始します。

  2. 2

    処理

    データは 10 個のノードを流れます, connecting code, httprequest, if。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (10)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした create-jira-tickets-from-streamlit-forms-with-webhook-rest-api ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

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

インテグレーション

codehttprequestifsetwebhook

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード10
複雑度medium
トリガーwebhook
閲覧数114
カテゴリProject Management

作成者

Yassin Zehar

Yassin Zehar

@yassinzehar

タグ

codehttprequestifsetwebhook

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →