templates/follow_up_issues.erb (
6
lines of code) (
raw
):
```glql display: table title: "Open follow-up issues from previous retrospectives" fields: title, assignees query: label = 'follow-up' AND state = opened ```