From 2da990663e5099638fa839690f46d218e3857906 Mon Sep 17 00:00:00 2001 From: Holger Waschke <85643002+holger-waschke@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:31:15 +0100 Subject: [PATCH] fix(configuration.md): fix documentation hiccup (#4755) Signed-off-by: Holger Waschke --- docs/configuration.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index d08a8e655..fe8a7f84c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1164,8 +1164,8 @@ project: # Template for the issue summary. [ template: | default = '{{ template "jira.default.summary" . }}' ] - # If true, the summary will not be updated when updating an existing issue. - [ enable_update: | default = false ] + # If set to false, the summary will not be updated when updating an existing issue. + [ enable_update: | default = true ] ] # Issue description configuration. @@ -1173,8 +1173,8 @@ project: # Template for the issue description. [ template: | default = '{{ template "jira.default.description" . }}' ] - # If true, the description will not be updated when updating an existing issue. - [ enable_update: | default = false ] + # If set to false, the description will not be updated when updating an existing issue. + [ enable_update: | default = true ] ] # Labels to be added to the issue.