Holger Waschke

Results 4 issues of Holger Waschke

It´s a breaking change but it probably makes more sense this way. You can set update_description and update_summary in the config default section and may override it per receiver as...

for better clearness we use multiple templates, e.g. one template per jira custom field. as we use templates for mapping they get quite big and its handy to separate them....

I have a customfield 23210. If I pass is statically as an array `[{'key':'PSK-713555'},{'key':'PSK-953155'}]` it works just fine, if i pass it trough the template the output is exactly the...

We using templates to fill the jira customfields, e.g. ``` {{- define "asp.priority" -}} {{- with index .Alerts 0 -}} {{- if .Labels.severity -}} {{- if eq .Labels.severity "disaster" -}}...