Hi
Is there a way to setup an automated report that emails each service desk agent (daily?) their open tickets, ordered by when they were last updated?
Ideally i'd like to be able to only email them tickets that hadn't been updated in X days to prompt for an update.
Thanks for any advice in advance
I disagree with @Damian Wodzinski - there is a free option right in Jira that anyone can do.
Now every day the agent in question will receive an email showing them all issues that have not been updated for 4 day or greater.
As an alternative to the direct email to an agent solution, you could also create a queue called Tickets > 4 days NO Updates and place it directly under All Open Requests. Use the following script:
project = XXXX AND status in ("In Progress", "Waiting for support") AND updated <= -4d ORDER BY updated ASC
It is right there in everyone's faces every time they pick up a ticket from the All Open Requests queue.
-Mike
Thanks so much Mike - you're an absolute star. This is exactly what I was looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Only by using Adaptavist Scriptrunner. You would need to create custom script, place it on the server and run it using services.
But yea, this is possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.