{{ stamp }}
{{ Math.round((age[4].n)/ageTotal*100) }}% of what is open has been open for over a year. That is the number allocation has to move — not the total.
A long green bar next to a short grey one is a group taking work on faster than it lands it.
| accounts | issue | customers | prospects | type | group | assigned | age |
|---|---|---|---|---|---|---|---|
| {{ r.accounts }} | #{{ r.number }} {{ r.title }} | {{ r.customers.length }}0 | {{ r.prospects.length }}0 | {{ r.type.length ? r.type.join(', ') : 'untyped' }} | {{ r.group.length ? r.group.join(', ') : 'no group' }} | {{ r.assignees.length ? '@'+r.assignees[0] : '' }}nobody | {{ r.age_days }}d |
| Release | due | open | bugs | urgent | triage |
|---|---|---|---|---|---|
| {{ r.name }} | {{ r.due_on || '—' }}{{ overdue(r) ? ' ⚠' : '' }} | {{ r.open }}0 | {{ r.bugs }}0 | {{ r.urgent }}0 | {{ r.untriaged }}0 |
| shipped, still carrying open issues — {{ slipped.length }} release{{ slipped.length===1?'':'s' }} | |||||
| {{ r.name }} | {{ r.due_on || '—' }} | {{ r.open }}0 | {{ r.bugs }}0 | {{ r.urgent }}0 | {{ r.untriaged }}0 |
| Topic | open |
|---|---|
| {{ r.name }} | {{ r.open }} |
| {{ p.title.replace(/s$/,'') }} | open | bugs | urgent | triage | oldest |
|---|---|---|---|---|---|
| {{ r.name }} | {{ r.open }}0 | {{ r.bugs }}0 | {{ r.urgent }}0 | {{ r.untriaged }}0 | {{ r.oldest_days }}d |