Patrick Zeier

Results 5 comments of Patrick Zeier

It would generally be nice to be able to customize the fields content. If you have a large OpsGenie/JSM instance where alerts from multiple systems are processed, you want to...

In JSM I see this in the created alert: ![image](https://github.com/fluxcd/notification-controller/assets/83637949/317877c0-df88-4c04-b53c-91ff1374a383) (`summary`and `testField` were added by me in `spec.eventMetadata` of the Flux alert) which according to the Jira API documentation matches...

> For Opsgenie i just set the alias to the description, works out most of the time, as long as the description does not contain a time string that is...

@al-lac Exactly. That's the alert: ``` apiVersion: notification.toolkit.fluxcd.io/v1beta2 kind: Alert metadata: name: jsm namespace: somenamespace spec: providerRef: name: jsm eventSeverity: error eventSources: - kind: Kustomization name: '*' namespace: somenamespace eventMetadata:...

@al-lac I would be happy to read about your solution if you find something 😃 . Especially the recovery message (I did not yet get that out of the code...