Limit the Amount of Sprints Displayed on the Sprint Planning Section of the Agile Board

bvlo
Tera Expert

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

1 ACCEPTED SOLUTION

bvlo
Tera Expert

From Support:

Go to the Script Include "AgileBoardMetaDataCommonUtil"
Line 5 has the following:

AgileBoardMetaDataCommonUtil.maxSprintLimit = 10;

Change that to:

AgileBoardMetaDataCommonUtil.maxSprintLimit = 2;

View solution in original post

1 REPLY 1

bvlo
Tera Expert

From Support:

Go to the Script Include "AgileBoardMetaDataCommonUtil"
Line 5 has the following:

AgileBoardMetaDataCommonUtil.maxSprintLimit = 10;

Change that to:

AgileBoardMetaDataCommonUtil.maxSprintLimit = 2;