[#115] fix transition template for description

This commit is contained in:
Cory Bennett
2017-09-26 22:49:40 -07:00
parent 3913726991
commit 986cc78ed5
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -474,7 +474,8 @@ fields:
- name: {{ .name }}{{end}}{{end}}
{{- end -}}
{{if .meta.fields.description}}
description: {{or .overrides.description .fields.description }}
description: |~
{{ or .fields.description "" | indent 4 }}
{{- end -}}
{{if .meta.fields.fixVersions -}}
{{if .meta.fields.fixVersions.allowedValues}}