Azure Devops Boards Swimlanes do not refresh properly

François Eric 30 Reputation points
2025-02-20T22:37:30.2+00:00

Our Azure Boards are configured to automatically triage WorkItems in Swimlanes. They are based on the Severity of the WorkItem. When Critical, the ticket will go in the Critical Swimlane, same for Urgent, High, Medium, Low, etc. For some reason, the WorkItems are not automatically put in the correct swimlanes.

My team opens the boards in the morning and they address the WorkItems with higher severity...but right now they are not always automatically triaged. Even if we refresh the page, they don't update in the correct swimlane. We need to manually drag and drop the element in the proper swimlane for it to "recognize" it as correct.

Azure DevOps
0 comments No comments

1 answer

Sort by: Most helpful
  1. Tom Mussett 0 Reputation points
    2025-07-28T14:52:27.59+00:00

    This can be solved by ensuring that your swimlane logic is explicit in setting the criteria. I am not sure on the exact logic used but it does appear to be somewhat random.

    Although tedious, try setting the Swimlane as follows to test

    Swimlane 1 - Critical

    • Severity = Critical
    • Severity <> High
    • Severity <> Medium
    • Severity <> Low

    Swimlane 2 - High

    • Severity <> Critical
    • Severity = High
    • Severity <> Medium
    • Severity <> Low

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.