π Jira ticket creation from Google Forms with sheet updates and email notifications
β‘ 528 views Β· π Project Management
Description
Description
Automated workflow that creates Jira issues directly from Google Forms. The flow validates and normalizes the data, creates the Jira issue, writes the key back to the Google Sheet, and sends a Gmail notification.
Context
This template bridges lightweight Google Forms with enterprise Jira. It enables instant ticket creation while keeping Jira the single source of truth. The flow is idempotent (no duplicates) and production-friendly, with clean field normalization and safe mappings.
Target Users
- Product / Ops teams running request portals on Google Forms
- Engineering managers who need quick Jira integration without custom UI
- Project managers who track intake in Google Sheets but want Jira as the system of record
- Orgs that want controlled ticket creation without exposing Jira directly
Technical Requirements
- Jira Cloud project + API email + API token + βCreate issuesβ permission
- Google Form + response Sheet
- Gmail credential for notifications
Workflow Steps
image.png
- Trigger when a row is added
- Normalize Fields β Trim/clean text
- Create Jira Issue β POST to Jira REST; safe mappings
- Update Google Sheet β Match by Horodateur or rowNumber; write jira_key, issue_url, status, updated_at.
- Send Gmail β HTML email with key, title, link, priority, requester.
Key Features
- Real-time (no polling): Forms β triggerβ n8n
- Idempotent updates using the Form timestamp (βHorodateurβ)
- Clean normalization: summary/description/labels all standardized once
- Safe Jira mappings: priority via ID
- Notification: branded HTML email with all key fields
Expected Output
-
Google Form to create the issue image.png
-
Sheet updated with jira_key, issue_url, status, updated_at
image.png
- A valid Jira issue in the configured project
image.png
- Email sent to stakeholders / requester
image.png
How it works
β° Trigger β As soon as a row is added, the workflow is triggered π§± Normalize β Clean summary/description/labels; pick reporter_email π§Ύ Create β POST to /rest/api/3/issue, capture { id, key, self } π Update β Write jira_key, issue_url, status, updated_at back to the Sheet βοΈ Notify β Send Gmail HTML confirmation to stakeholders/requester
Tutorial video:
Watch the Youtube Tutorial video
About me :
Iβm Yassin, IT Project Manager, Agile & Data specialist. Scaling tech products with data-driven project management. π¬ Feel free to connect with me on Linkedin
π Nodes Used
Google Sheets, Jira Software, Gmail, Google Sheets Trigger
π₯ Import
Download workflow.json and import into n8n:
Workflow menu β Import from File