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

{
  "section": "{{ .Section }}",
  "title": "{{ .Title }}",
  "created_at": "{{ .Date }}",
  "severity": "{{ .Params.severity }}",
  "resolved": "{{ .Params.resolved }}",
  "resolved_at": "{{ .Params.resolvedWhen }}",
  "affected": [{{ range $i, $e := .Params.Affected }}{{ if $i }}, {{ end }}'{{ . }}'{{ end }}],

  "body": {{ jsonify .Content }},

  "filename": "{{ .File.LogicalName }}"
}