Changes save automatically.
Current: {{ weeks|length }} week{{ weeks|length == 1 ? '' : 's' }}. Tick the weekdays that are workdays for each week; the count feeds the Arbeitstage header on the sprint page.
| # | KW | Start | {% for label in dayLabels %}{{ label }} | {% endfor %}Arbeitstage |
|---|---|---|---|---|
| {{ w.sortOrder }} | KW{{ w.isoWeek }} | {{ w.startDate }} | {% for bit, label in dayLabels %}{% endfor %} | {{ w.maxWorkingDays }} |
Reducing the week count deletes trailing weeks and any data attached to them.
RTB (Run-the-Business) is informational and does not reduce computed capacity.