aboutsummaryrefslogtreecommitdiff
path: root/layouts/issues/single.json
blob: 897998a5f8ce3110d633a9b48a1b269a5a587cc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

{
  "section": "{{ .Section }}",
  "title": "{{ .Title }}",
  "created_at": "{{ .Date }}",
  "severity": "{{ .Params.severity }}",
  "resolved": "{{ .Params.resolved }}",
  "informational": "{{ .Params.informational }}",
  "resolved_at": "{{ .Params.resolvedWhen }}",
  "affected": [{{ range $i, $e := .Params.Affected }}{{ if $i }}, {{ end }}"{{ . }}"{{ end }}],
  "filename": "{{ .File.LogicalName }}",
  "body": {{ jsonify .Content }}
}