Overview
When attempting to assign more than 100 Backlog Order cases to a single Milestone, the operation is restricted. This is an intentional design decision implemented to maintain optimal performance for ElasticSearch queries, which are used in filtering. Each Milestone is therefore limited to a maximum of 100 Backlog Order cases.
Solution
This limitation is part of the system's design and cannot be altered. To work within this constraint, consider the following approaches:
-
Distribute Cases Across Multiple Milestones
Assign cases to multiple Milestones if the total number of Backlog Order cases exceeds 100. Each Milestone can independently handle up to 100 Backlog Order cases. -
Review Case Prioritization
Prioritize and re-evaluate the cases being assigned to ensure only the most relevant cases are included in the Backlog Orders. This can help make the most effective use of the 100 Backlog Order case limit.
No configuration changes or overrides are available to increase this limitation.