The goal is to have the same sprint dates for the 3 future sprints across multiple projects. This is done on a rolling basis, so when the sprint ends, the future sprint (2 weeks in the future) is created.
To do this I'm setting up an automation that creates the future sprints when the current sprint is closed. The automation is triggered on sprint completion, which creates a new sprint with start date 28 days {{now.plusDays(28)}} in the future and ends in 42 days {{now.plusDays(42)}}.
I have 3 issues with this approach.
For example, when I close Proj M Sprint 2 on Feb. 03 2025, sprints Proj A Sprint 5 and Proj B Sprint 5 are created with start date Mar. 03 and end Mar.17.
I solved issue 2 with the following smart tag.
Proj A Sprint {{#=}}{{now.plusDays(28).format("w")}} / 2{{/}}
which works because our sprints line up with calendar weeks.
The one rule creates springs across all the projects, I just copied the Action component and changed the Project value.
Hi @Adam Bang
Yes yes and yes, these will be issues you can't control.
Also don't use board that contain multi project issues, as this takes sprints from other projects onto the backlog and active sprint board as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.