prometheus-community / jiralert

JIRA integration for Prometheus Alertmanager
Apache License 2.0
338 stars 129 forks source link

Allow selected (custom/standard) fields to be updated #157

Open MytkoEnko opened 1 year ago

MytkoEnko commented 1 year ago

As for now when jiralert creates an issue it is able to optionally assign mapped values for standard or custom fields, yet when the alert's values are updated jiralert won't update any of these fields.

We have a use case such as this: Disk usage alert's $value is assigned to an Annotations.DiskUsage, in jiralert it is mapped to some custom field and we want jiralert to update it periodically so that Jira filters or other automations based on that custom field could be possible.

Such a feature could enrich prometheus->jira integration possibilities.