Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Automatically Assign Jira Service Management Reporter from Forwarded Emails This workflow solves a common problem in Jira Service Management: when an email is forwarded to create a ticket, Jira oft...
n8n-nodes-base.stickynote, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.jira, n8n-nodes-base.httprequest, n8n-nodes-base.jiratrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Websensepro.
Original n8n.io sourceThis workflow solves a common problem in Jira Service Management: when an email is forwarded to create a ticket, Jira often sets the forwarding system (e.g., [email protected]) as the reporter, not the original customer. This template automates the process of parsing the original sender's details from the email body and correctly assigning them as the ticket's reporter.
If the customer doesn't exist in Jira, a new customer profile is created automatically before the ticket is assigned.
[email protected]) that are then forwarded to Jira.[email protected] or [email protected]) and assign the original sender correctly.The Parse Details From Description node uses a regular expression (regex) to find the sender's email. The default regex is designed for standard forwarded emails that look like this:
From: John Doe <[email protected]>
If your email client forwards emails in a different format, you may need to adjust the regex in the Code node. For example, if your format is From: [[email protected]], you would need to update the regex pattern to match this structure.
Filter Forwarding Emails node are correct.Jira Trigger node, select the Jira project you want this workflow to monitor.Filter Forwarding Emails (If) node, replace the placeholder email addresses with the internal email addresses that forward mail to Jira.Search for Existing Customer and Create Customer), replace the YOUR_JIRA_DOMAIN placeholder with your actual Atlassian domain (e.g., my-company.atlassian.net).This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Automatically assign Jira Service Management reporter from forwarded emails |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Ticket Management |
| Author | Websensepro |
| Published | 29 Oct 2025 |
Use the JSON export at /data/workflows/10280/10280.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Automatically Assign Jira Service Management Reporter from Forwarded Emails This workflow solves a common problem in Jira Service Management: when an email is forwarded to create a ticket, Jira oft...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management use case.