Skip to content

Commit

Permalink
fix worklog template to allow multiline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbethke committed Jul 5, 2019
1 parent 957696b commit 43e07f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jiracli/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ transition:
const defaultWorklogTemplate = `{{/* worklog template */ -}}
# issue: {{ .issue }}
comment: |~
{{ or .comment "" }}
{{ or .comment "" | indent 2 }}
timeSpent: {{ or .timeSpent "" }}
started: {{ or .started "" }}
`
Expand Down

0 comments on commit 43e07f1

Please sign in to comment.