mirror of
https://github.com/Threnklyn/jira.git
synced 2026-06-07 13:33:32 +02:00
fix worklog template to allow multiline comments
This commit is contained in:
@@ -547,7 +547,7 @@ transition:
|
|||||||
const defaultWorklogTemplate = `{{/* worklog template */ -}}
|
const defaultWorklogTemplate = `{{/* worklog template */ -}}
|
||||||
# issue: {{ .issue }}
|
# issue: {{ .issue }}
|
||||||
comment: |~
|
comment: |~
|
||||||
{{ or .comment "" }}
|
{{ or .comment "" | indent 2 }}
|
||||||
timeSpent: {{ or .timeSpent "" }}
|
timeSpent: {{ or .timeSpent "" }}
|
||||||
started: {{ or .started "" }}
|
started: {{ or .started "" }}
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user