We need our costumers to know that we are off our working hours in this cases.
You can do this using built in automation. Something like this ...
When: issue created
if: createddate >= startofday(+8h) and createddate <=startofday(+24h)
then: send email to reporter
Otherwise...
send normal notification
obviously this isn’t exact and you will need to tweak to meet your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have any experience of this particular add-on, though, as we don't use Service Desk Cloud. It seems to have good reviews, though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanx but i was trying to find out if i was able to do this on the JSD.
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.