diff --git a/jiracli/templates.go b/jiracli/templates.go index 8eb5b6b..78d571c 100644 --- a/jiracli/templates.go +++ b/jiracli/templates.go @@ -547,7 +547,7 @@ transition: const defaultWorklogTemplate = `{{/* worklog template */ -}} # issue: {{ .issue }} comment: |~ - {{ or .comment "" }} + {{ or .comment "" | indent 2 }} timeSpent: {{ or .timeSpent "" }} started: {{ or .started "" }} `