I have a need to set the Product Category and sub category on the creation of a tick through automation.
The general process is "If ticket is {some condition} then set some fields"
I'm already doing this successfully in some circumstances but I also need to set the Product category and sub category field values.
Those files are missing from the automation pick list so I'm hoping I can set it using the Advance json option below it. However I have no clue how to do this?
If it's possible could someone tell me what JSON I need to use to set the Product Category and Product sub category field please?
Many thanks.
Yes, it's a two level cascade where the second option changes depending on what you previously selected.
However in the case of automation I know exactly what those two items will be in each case.
I'm looking for keywords in the ticket to set the product category in some common scenarios such as emails from our monitoring systems.
I'm already doing this for affected services/components etc but can't do it with Product category.
Paul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @paul_creedy
Try using the following in the "Additional fields" section of the Edit action.
{
"fields": {
"Field_Name" : { "value": "Parent_Value", "child": { "value" : "Child_Value"} }
}
}
Best regards
Sam
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.
My initial tests show that seems to work.
THANK YOU!!
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.