I would like to create a custom filter based on the image below, that finds all closed alerts for the team "Beam and Gleam" and that the description contains the string "37-No Water".
This is what I have so far.
status: closed AND teams: "Beam and Gleam Alerts" AND description: "*37-No Water*"
I am trying to recall the search text syntax in OG. It has been a while. Can you try a simple search removing the Asterix?
description: "37-No Water"
i'm just trying to isolate how we find issues with the desired text description.
Hi @Justin Abel-Admin , what are the results of your current filter and where is it falling short?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently I get 0 results. I would expect to receive about 5-10 of the closed alerts. everything works with the filter until I add in the "description: string" field
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also try without the quotes. I am not sure those are required. I don't know if wildcards are supported or not, hence my previous suggestion.
i found this article - https://support.atlassian.com/opsgenie/docs/search-syntax-for-incidents/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
not using quotes seemed to do the trick. I had already read that article too but thanks for pointing that out!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good to know. Please consider accepting the answer.
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.