Due dates following SLA | Community
Skip to main content

Due dates following SLA

  • August 29, 2019
  • 4 replies
  • 0 views

Hey guys

 

I have a ticket form I want to set that will have due dates that can only be set after the SLA allowance 

 

For example, a request submitted on the 2nd of the Month, which in this example of a Monday, has SLA of 5 working days would ideally have a due date of at least the 9th to account for 5 full working days. 

Another example is submitted on the 5th (a thursday) would have a due date of the 12th. 

Is this possible with current functionality, or something that I can build a work around for? 

4 replies

  • September 4, 2019

Hello Rebecca,

I'm not really sure if this can be done, but the main issue might be that 'due date' is only available for 'task' type tickets. So I've seen a lot of solutions that use a custom ticket field to set a 'due date', instead of the native due date field.

Can you explain what you're trying to achieve? Maybe I can think of some work-around.

With kind regards,

Sebastiaan
Sparkly ⭐


  • Author
  • September 4, 2019

Hi Sebastiaan

Thanks for looking into this. 

We currently have issues where our customers set requested due dates (your right that we are using the custom ticket field) that are shorter than the SLA we have set in place, and then have unrealistic expectations on when they will receive responses. 

What we would like to do is prevent customers from setting requested due dates for a shorter time period than the SLA's we have set. 

Let me know if I can share more details

Thanks
Beci


  • September 4, 2019

Hello Rebecca,

So you customers can set that custom field form their end? That would be very hard to restrict (requires custom development).

Maybe a solution where you don't prevent this, but get alerted would help? Triggers don't act on SLA breaches, but automations can.

https://support.zendesk.com/hc/en-us/articles/115015614867-Can-I-be-notified-of-an-SLA-breach-

You could try something like this (with different values and probably more conditions that apply to your case):

Then you can notify yourself or the client in the event that the SLA breach is beyond the custom date. Keep in mind it's tricky that one is days, and one is hours, so you might want to play around with it a little to see what works best.

With kind regards,

Sebastiaan
Sparkly ⭐


  • Author
  • September 5, 2019

Hi Sebastiaan


Thanks for your feedback and I understand why this might be a challenge! 

 

I'll look into your suggestion