Is there a way JSM agents can get notified when a work item enter the queue they monitor? What I am hoping for is that agents only get notified when a work item is created and in their queue rather than get notified for every work item that gets created, regardless of queue. I am trying to not use an add-on if possible.
Hello @ckopanon
Yes, you can use Automations to tigger a notification via email / slack / teams.
Simply use the same rule that you base your queue for.
but if you do this, dont forget to disable the notification scheme so users wont get duplication of alerts.
Best regards,
Ariel
Yea same as @arielei said, an example of an Automation rule can be like:
Trigger: Issue created
Condition: JQL = (your queue’s filter)
Action: Send email to specific users or a group
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ckopanon
There is no direct way to get notification on when a request arrives in a queue. But as @arielei and @yqiao mention, you can use Automation Rules to send out emails.
What you will have to do, is for each Queue that you want to setup a notification for, is figure out type of 'event' makes a ticket get into a queue. This is commonly:
In each of these common cases, you will need a different Trigger for you automation rule.
This works in the same way, but as Trigger, you should use the Work Item Transitioned, and choose which status change you want the notification to be send. For example: From New to Waiting for Support.
For this scenario, you use the Trigger "Work Item Commented". Since you only want to send a notification when the Customer posted a comment (and not one of your colleagues), you also add a Condition:
User Condition: User who triggered the event is Work Item reporter.
I hope this helps you in setting up the notifications you need.
Have a nice day!
Rik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.