Share via

When changing the work order in my Sprint View, why does my Product Backlog get rearranged?

Jill Lunsford 0 Reputation points
2026-05-05T13:45:42.54+00:00

We use the Cloud version of Azure DevOps. I have researched the Sprint Backlog Order field and understand that it no longer shows as a field in the Process section, but that it is still supposed to work. I have tried every option that I can find to keep this from happening. Our Product Owners spend a lot of time prioritizing the backlog and as soon as we start planning the work in the Sprint, the Product backlog gets rearranged.

Azure DevOps

Answer accepted by question author

  1. Pravallika KV 14,395 Reputation points Microsoft External Staff Moderator
    2026-05-06T13:33:23.2366667+00:00

    Hi @Jill Lunsford ,

    Thanks for confirming your approach, this should help maintain clarity without adding operational complexity.

    What you're seeing is expected behavior in Azure DevOps. When items are reordered in the Sprint backlog, the system updates the same underlying priority field used by the Product Backlog.

    In Scrum, this is the Backlog Priority field, while in Agile or CMMI it’s referred to as Stack Rank. Since both views rely on this shared field, any reordering in the Sprint backlog is immediately reflected in the Product Backlog.

    To avoid unintentionally changing priorities, you can assign work to a sprint without impacting the ranking by using the Planning Pane in the Product Backlog or by bulk moving items (“Move to Sprint”). If sprint-only ordering is needed, options include using a custom field or guiding the team to avoid drag-and-drop reordering in the Sprint view.

    Solution:

    To minimize impact and maintain a simple, sustainable process, keep all committed items at the top of the Product Backlog and drag cards to the bottom of the Sprint once they’re marked as Done. This avoids adding extra process overhead while still providing a clear working order throughout the sprint.

    Hope this helps!


    If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-05-05T13:45:54.0533333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Changing the work order in the Sprint backlog changes the same underlying rank field that drives the Product Backlog order, so both views are being reordered together.

    Key points:

    1. Single ordering field per backlog level
      For a given backlog level (e.g., Stories / PBIs / Requirements), Azure Boards uses a single order field:
      • Stack Rank for Basic, Agile, and CMMI processes
      • Backlog Priority for Scrum This field determines the sequence of items on the product backlog page and is updated by a background process whenever items are dragged or moved in any view that shows that backlog level.

      “The sequence of items on a product backlog page depends on where you add or drag the items. As you drag items, a background process updates either the Backlog Priority (Scrum) or Stack Rank (Agile, Basic, and CMMI) field. These fields determine the order in which backlog items appear on a backlog page.”

    2. Sprint backlog uses the same leaf items and same rank
      Sprint backlogs show the leaf node work items (e.g., the same user stories/PBIs that appear on the product backlog) for the selected iteration. When those items are reordered in the Sprint view, their Stack Rank/Backlog Priority is changed, which immediately affects their order on the Product Backlog.
    3. No separate “Sprint-only” ordering
      The older “Sprint Backlog Order” behavior is effectively replaced by the shared rank field. There is no separate, independent ordering field for the Sprint backlog versus the Product backlog at the same work item level. Any drag-and-drop reordering of those items in the Sprint backlog will change the product backlog priority.
    4. How to minimize impact on Product Owners’ ordering Within the constraints above, the practical options are:
      • Avoid reordering the same backlog-level items (e.g., Stories/PBIs) in the Sprint view; instead, use Tasks under those items to manage day‑to‑day sequencing within the sprint.
      • Keep the Product Backlog ordering activity to the main backlog view and treat the Sprint backlog as a filtered view of that order, not a separate planning surface for re‑prioritizing the same items.

    There is no configuration switch in the provided material to decouple Sprint backlog ordering from Product backlog ordering; both are driven by the same Stack Rank/Backlog Priority field for that backlog level.


    References:

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.