1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00

fix(configuration.md): fix documentation hiccup (#4755)

Signed-off-by: Holger Waschke <waschkester@gmail.com>
This commit is contained in:
Holger Waschke
2025-11-18 23:31:15 +01:00
committed by GitHub
parent a90da796bd
commit 2da990663e

View File

@@ -1164,8 +1164,8 @@ project: <string>
# Template for the issue summary.
[ template: <tmpl_string> | default = '{{ template "jira.default.summary" . }}' ]
# If true, the summary will not be updated when updating an existing issue.
[ enable_update: <boolean> | default = false ]
# If set to false, the summary will not be updated when updating an existing issue.
[ enable_update: <boolean> | default = true ]
]
# Issue description configuration.
@@ -1173,8 +1173,8 @@ project: <string>
# Template for the issue description.
[ template: <tmpl_string> | default = '{{ template "jira.default.description" . }}' ]
# If true, the description will not be updated when updating an existing issue.
[ enable_update: <boolean> | default = false ]
# If set to false, the description will not be updated when updating an existing issue.
[ enable_update: <boolean> | default = true ]
]
# Labels to be added to the issue.