How can i set costume response to each costumer?
Each costumer has different SLA. Everything is set up and according to costumer domain Organization is selected and response hours are assigned. Auto response is set that new request is selected. I need to add into response costume message that will state that based on your SLA appx response would be 1h, 2h or 3h
1. Organization is based on costumer domain
2.Each organization has its own SLA response time
how to add message when auto response is send that yours response time is so and so...
but in this way i will have to create SLA and AutoRule for each costumer individually (which is not really convenient since I have a lot of customers) i want it to be more "dynamic"
I can create organization and based on emial domain it will be assign automatically. (done in automate)
Now i want to send response in regards of SLA like something like this
If present in organization them SLA time - Time goal (example 1h5m) and if not them (example 45h)
Hi,
You can define a single SLA with multiple goals, one by organization. You only need to use the jql:
reporter in organizationMembers("Organization 1")
and associate a goal/time.
For notifications, in automations you can also use this conditions to define a different message for each organization.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for the answer. I do understand that i can query based on organization. But how i can pass value from SLA and into notification
or how the query should look like? :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You should disable this 'Request Creation' notification in Customer nofitications and use the option automation. Something like this:
You can configure the email or a public comment for each organization/SLA.
In case of using the email option, my recommendation is to also include an internal comment with the same information as the email, just to be aware of the email content sent to the customer.
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.