Hello everyone.
I need to use the search function of
fn-utilities 1.0.11, to search for incidents with specific status, and field values.
based on that I can assign the resultant incidents to different teams, and run actions,...etc
I am facing issue with the Syntax of the search, I could not find a reference on how to develop templates and queries, with clear values of the "methods".
below is the simple Pre-processing script I use, which is not accepting my input to search template.
inputs.resilient_search_template ={"types": ["incident"],"filters": {"incident": [{"conditions": [{"field_name": "case_status", "method": "equals", "value": ["In Progress"]}]}]}}
inputs.resilient_search_query = incident.properties.case_statusI tried also method "is equal to" similar to the UI rule condition, but it is not making any difference.
Appreciate your support.
Regards,
------------------------------
ahmed abushanab
------------------------------