{{define "content" -}}
{{.ID}} {{.Title}}
{{if eq $.Data.Mode "epic"}}epic{{end}}
{{.Lane}}
bd close {{.ID}}
bd update {{.ID}} --status=open
{{else if eq .Lane "Past Stand"}}
bd reopen {{.ID}}
{{else}}
bd update {{.ID}} --claim
bd close {{.ID}}
{{end}}
| Created by | {{.CreatedBy}} |
| Owner | {{.Owner}} |
| Estimate | {{.EstimatedMinutes}} min |
| External ref | {{.ExternalRef}} |
| Spec | {{.SpecID}} |
| Created | {{.CreatedAt}} |
| Started | {{.StartedAt}} |
| Updated | {{.UpdatedAt}} |
| Closed | {{.ClosedAt}} |
{{$.Links.Text .Description}}{{end}}
{{if .Design}}{{$.Links.Text .Design}}{{end}}
{{if .AcceptanceCriteria}}{{$.Links.Text .AcceptanceCriteria}}{{end}}
{{if .Notes}}{{$.Links.Text .Notes}}{{end}}
{{.ID}}
{{if .Title}}— {{.Title}}{{end}}
{{if .PriorityLabel}}{{.PriorityLabel}}{{end}}
{{.Status}}
{{if .Assignee}}@{{.Assignee}}{{end}}
{{if .Blocked}}🚧{{end}}
No subtasks linked to this epic.
{{end}}{{.IssueID}}
{{if .Title}}— {{.Title}}{{end}}
{{.Type}}
{{if .Closed}}closed{{else}}{{.Status}}{{end}}
No outgoing dependencies.
{{end}}{{.IssueID}}
{{if .Title}}— {{.Title}}{{end}}
{{.Type}}
Nothing depends on this issue.
{{end}}{{.ID}}
{{if .Title}}— {{.Title}}{{end}}
{{.Type}}
{{if .Closed}}closed{{else}}{{.Status}}{{end}}
{{.ID}}
{{if .Title}}— {{.Title}}{{end}}
{{.Type}}
{{if .Closed}}closed{{else}}{{.Status}}{{end}}
No activity yet.
{{end}}| {{.Column}} | {{if .Null}}NULL{{else}}{{.Value}}{{end}} |
{{.Table}} table was clipped at {{.Shown}} of {{.Total}} rows: {{.Effect}}.Empty lane.
{{end}}Nothing in this section.
{{end}}
No comments.
{{end}} {{/* The Comments tab has no closed event, so the close reason is shown here at the end; the History tab already carries it as the closed event. */}} {{if .CloseReason}}Close reason
{{.CloseReason}}{{end}}