@mikerennie The Incident Type Matching Macro points to an overall macro which will determine incident type of the incident. This is to facilitate hierarchy of conditions across incident types. Therefore the query must define each incident type, not just the one being edited currently. We recognize that this is actually not intuitive in the current UI and will be working to update this. Thanks for calling it out! A sample is below:
eval incident_type=case(risk_event_count>20, "incident_type_1", urgency=="medium", "incident_type_2")
Let us know if this is helpful. Happy to jump on a call to talk more!
... View more