You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In OpsGenie - I would like to filter out the alerts in the alerts list page by a partial match on either the message or description - specifically I would like to filter the following list of alerts by the environment name which is a part of the name:
- [Azure] P2: ALERT-app1name-dev-alert-description
- [Azure] P2: ALERT-app1name-uat-alert-description
- [Azure] P2: ALERT-app1name-dev-alert-description
- [Azure] P2: ALERT-app1name-prod-alert-description
- [Azure] P2: ALERT-app2name-prod-alert-description
I would like to get all alerts that contain `-prod-` in the message but I cannot get it to work on the search page. Wildcard matches do not work for me e.g. `prod*` - my understanding is that this is not supported at the moment and the only way I could get it to work is to search for `ALERT-app1name-prod*` or `ALERT-app2name-prod*` but there is no way to do `ALERT-*-prod*`
I thought I'd ask