How to filter incidents by one of the assigned tags?
For example, I have a tag Infra:as for an incident. What is the solution to use that tag in query GET parameter
https://api.opsgenie.com/v1/incidents?query=tags:(Infra:as)
Found the answer.
Just use tag (not tags) despite the fact that response contains tags attribute. According to docs
https://api.opsgenie.com/v1/incidents?query=tag:"Infra:as"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.