Hi all,
I've got a JSM project that creates tickets for incoming emails auto-forwarded from two different inboxes. I need a way to identify which inbox the tickets are coming from, but haven't been able to find any solutions and the only documentation I've been able to find is an unanswered question.
Any ideas apart from manual queue management?
TIA!
just spit-balling, but I've done similar setups by changing the Summary field based on the reporter.
So I guess I should start by saying that I always pre-populate and hide the summary field from the form the user populates. The summary matches whatever the title of the form is.
This also assumes that the email addresses that originate your requests are set up as users. here we'll call them Sender 1 and Sender 2
Say you've got a request type called something like IT Service Requests, and this is preset in your Summary field. The automation will identify the sender and edit the Summary
Trigger: issue created -->
Issue fields condition: Reporter equals 'reporting email address' (in my screenshot the reporter is Test) -->
Edit Issue fields: Summary and fill in something like IT Service Request: {{reporter.displayName}}
When the ticket is actually submitted the summary field will read IT Service Request: Sender 1
Does that makes sense?
Another possible workaround is to have a "shadow" service project. Emails from address1 go to project1, and address2 go to project2. You then have automation that will copy or move the issue from project2 to project1.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Service Management
These short, self-paced courses will help you get up and running in Jira Service Management in just 90 minutes.
Learning Path
Adopt ITSM practices with Jira Service Management
Use this path to build your IT Service Management knowledge and earn an Atlassian certification.
Setting Up ITSM Projects in Jira Service Management
This training series helps you get started in Jira Service Management quickly with the new ITSM project template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.