Merge pull request #266 from mbethke/fix-multiline-worklog-comment

Fix worklog template for multiline comments
This commit is contained in:
coryb
2019-07-05 11:43:48 -07:00
committed by GitHub
+1 -1
View File
@@ -547,7 +547,7 @@ transition:
const defaultWorklogTemplate = `{{/* worklog template */ -}}
# issue: {{ .issue }}
comment: |~
{{ or .comment "" }}
{{ or .comment "" | indent 2 }}
timeSpent: {{ or .timeSpent "" }}
started: {{ or .started "" }}
`