mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-18 20:23:28 +02:00
Merge pull request #266 from mbethke/fix-multiline-worklog-comment
Fix worklog template for multiline comments
This commit is contained in:
@@ -547,7 +547,7 @@ transition:
|
||||
const defaultWorklogTemplate = `{{/* worklog template */ -}}
|
||||
# issue: {{ .issue }}
|
||||
comment: |~
|
||||
{{ or .comment "" }}
|
||||
{{ or .comment "" | indent 2 }}
|
||||
timeSpent: {{ or .timeSpent "" }}
|
||||
started: {{ or .started "" }}
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user