Create Jira Tickets from Streamlit Forms with Webhook & REST API — n8n ワークフロー
概要
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
ワークフロープレビュー
⚡
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
トリガー
このワークフローは webhook トリガーで開始します。
- 2
処理
データは 10 個のノードを流れます, connecting code, httprequest, if。
- 3
出力
ワークフローは自動化を完了し、設定された宛先に結果を配信します。
ノード詳細 (10)
HT#1
HTTP Request
httpRequest
CO#2
Code
code
このワークフローのインポート方法
- 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
- 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
- 3ダウンロードした
create-jira-tickets-from-streamlit-forms-with-webhook-rest-apiファイルを選択し、インポートをクリックします。 - 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
- 5ワークフローをテスト をクリックして動作確認し、有効化します。
またはn8nの JSONからインポート に直接貼り付け:
{ "name": "Create Jira Tickets from Streamlit Forms with Webhook & REST API", "nodes": [...], ...}
インテグレーション
codehttprequestifsetwebhook
作成者
Yassin Zehar
@yassinzehar
タグ
codehttprequestifsetwebhook