In Azure DevOps, when using a hierarchical iteration structure like the one you've described for SAFe (Scaled Agile Framework for Enterprises), the default behavior is to focus on the top-level iterations (in your case, PIs).
Unfortunately, Azure DevOps does not currently provide a built-in way to automatically jump to the current child iteration (sprint) when viewing the sprint overview.
Azure DevOps determines the current sprint based on the iterations assigned to the team. If your team is assigned to both PI 5
and its children (IT 5.1
to IT 5.6
), it will default to the top-level one.
However, you can try the below steps:
- Go to Azure DevOps -> Select your Project -> Project Settings -> Team Configuration -> Iterations -> Create the Iteration IT 5.4 Jun 16 - Jun 27 and IT 5.5 Jun 30 - Jul 11
- Now Go to Boards -> Sprints -> Verify it.
Additional References:
Hope this helps!
Please Let me know if you have any queries.
If you found the information helpful, please click "Upvote" on the post to let us know and consider accepting the answer as the token of appreciation. Thank You.