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 the most out of Jira Service Management
Solve customer problems efficiently and deliver outstanding service experiences.
Learning Path
Adopt ITSM practices to deliver exceptional service
Become familiar with the principles and practices that drive ITSM. Then, learn how to configure and use Jira Service Management to implement them.
Atlassian Certified Associate
Jira Service Management Agent Essentials certification
Prove you know what's essential to providing efficient and resolution-focused service in Jira Service Management.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.