I am using automation rule to follow up with end users when their tickets sit for 3, 7 and 10 days then closing the ticket.
I have it working somewhat now with three automation rules with jql checking updated < -3d / -7d / -10d
My issue now is that this automation is only counting days and this includes weekends and our customers wont be replying on weekends typically so I don't want to consider weekends.
When I contact Atlassian support their follow up rules seem to account for business days...
Any suggestions on how I can accomplish follow ups after 3,7,10 business days??
You can use the following condition: {{now.dayOfWeekName}}
@Ahmed Zebthank you so much for your post! I think that this has solved an automation rule that I was trying to setup. Basically, I wanted to remind employees about SLA resolutions which are about to breach except if those breaches are on a weekend, Saturday or Sunday. I simply repeated your steps, but for both Sat and Sun instead.
Off-hand, do you know if it would be possible to do something like this, but with {{now.toBusinessDay()}} instead of {{now.dayOfWeekName}}}? I had been puzzling over this for a while.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you figure this out? What if you created a Scheduled rule that looked for issues that matched JQL that reads when "Created = Now(+3)" etc? The date query would be your trigger?
I am trying to figure out how to do something similar and this is the basis of my solution....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @eSolutions Customer Support,
There is no option to trigger this through JQL. You could set up an SLA for this, as it takes your support calendar into account.
Automation then offers you the SLA Threshold Breached trigger to e.g. send an email after 3 and 7 days and close the issue after 10 days.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.