- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2022 10:44 AM
Ideally, we would like to use the OOB Create Sprints functionality. In doing so, we would create, let's say 5 Sprints at a time. In doing so, I notice that all five of these sprints display in the top half of the Sprint Planning section on the Agile Board. Is there a way to limit this to say 2 sprints, thus giving more space for the Backlog Section?
Thank you in advance
Solved! Go to Solution.
- Labels:
-
Agile Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2022 10:56 AM
From Support:
Go to the Script Include "AgileBoardMetaDataCommonUtil"
Line 5 has the following:
AgileBoardMetaDataCommonUtil.maxSprintLimit = 10;
Change that to:
AgileBoardMetaDataCommonUtil.maxSprintLimit = 2;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2022 10:56 AM
From Support:
Go to the Script Include "AgileBoardMetaDataCommonUtil"
Line 5 has the following:
AgileBoardMetaDataCommonUtil.maxSprintLimit = 10;
Change that to:
AgileBoardMetaDataCommonUtil.maxSprintLimit = 2;