Do you know if there is a way to set Priority system field in automation depicted below and using JSON ?
I have tried to add the below JSON under Additional fields
{ "fields": { "Priority": { "name": "High" } } }
but it results
->
Hi @Ari Raatikainen,
Why would you need to set it using JSON? You can just set the field by selecting the desired value:
I am not sure if you are trying to set the priority conditionally based on information from your alert, but I'm sure you should be able to do that with an IF ... ELSE block in your automation rule:
Hope this helps!
This is not exactly the information what I am looking after. I could achieve the need by creating another automation that would run after the service request is been created, but to avoid that the question is if the priority could be set (using JSON) in above workflow - in the step Create Request or after it?
Please, take a note there are not the same actions available in Teams - Operations - Automation that are in Global automation!
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.