-
Suggestion
-
Resolution: Unresolved
User Problem
In the current design, the Action Filter of every integration on Opsgenie can only select the pre-defined fields which may limit the flexibility of usage.
In reality, the payload structure could be customized and different across different scenarios/instances.
It would be ideal to support using Regex in the Filter to capture the wanted fields.
Suggested Solutions
Add the Regex support in the Action Filter for capturing the customized fields.
Current Workarounds
Custom fields can still be extracted from the payload and parsed into 1 of the Opsgenie alert fields, using dynamic fields/string processing/regex.
Once you find the dynamic field that extracts the custom field, parse this into one of the create alert action's alert fields - such as an extra property.
You can then use Alert policies to filter on the extra property, and modify the alert to add a responder, add a tag, etc.
- is duplicated by
-
OPSGENIE-869 As an admin, I would like to use the non-built-in fields from the dropdown of the Filter of Gitlab integration
- Gathering Interest
- is related to
-
OPSGENIE-604 Add regex or key/value based filter option for array fields
- Gathering Interest
-
OPSGENIE-672 Ability to dynamically set the alert priority value based on ProblemSeverity from Dynatrace
- Gathering Interest
-
OPSGENIE-338 Ability to filter on Jira/JSM custom fields in create alert actions
- Under Consideration