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.
Hi Adam...would you be willing to share the details of the automation you set up? I need to accomplish something similar. Thanks in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Katrina Thacker
I couldn't think of a better way to share than screenshots. I used variables to set the dates and to number our sprints. We say that the sprint number is half the week number rounded up. The last step And: Create Sprint can just be copied and use different boards each time. futureEnd is the same as futureStart, I just add 58 instead of 45.
We create a sprint 3 sprints in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! Will give it a try and share back. Truly appreciate it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.