Hi
I want to be able to set the priority according to a list of services, like for example even if swap is CRITICAL, it can be set to medium, but if it's a disk check, it should be set to highest priority. I tried to set the 'Priority' field via templates and it doesn't work. Could that be added as an argument perhaps, like in the case of --ack-author <author>?
This is possible via an API call:
Hi I want to be able to set the priority according to a list of services, like for example even if swap is CRITICAL, it can be set to medium, but if it's a disk check, it should be set to highest priority. I tried to set the 'Priority' field via templates and it doesn't work. Could that be added as an argument perhaps, like in the case of
--ack-author <author>
? This is possible via an API call:where $prio is one of
(Critical High Medium Low)
I wanted to set another field (using templates), like
but it won't work. If I set it manually and check the ticket over the API, this field contains the following:
can this also be set using templates somehow?