prometheus-community / jiralert

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

Make title in template return string #191

Open stormcow opened 3 months ago

stormcow commented 3 months ago

Currently in template.go the title func returns a caser, which leads to an error mentioned in #186 I have added a function that fixes said issue by using the caser and returning correct string