•  
      request #46785 Backlog planning v2 never loads all backlog items
    Infos
    #46785
    Joris MASSON (jmasson)
    2026-02-13 17:06
    2026-02-13 12:57
    48510
    Details
    Backlog planning v2 never loads all backlog items

    Given you have more than 50 items in the backlog, either the top backlog or the un-planned items in a sub-milestone (for example a Release), then only the first 50 items will actually be loaded.

    The page should load all backlog items. It was probably caused by the removal of the "infinite scroll" and "load more" buttons that were tried. See story #7967, story #8342, story #8380

    Agile Dashboard
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Declined
    2026-02-13
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Joris MASSON (jmasson)2026-02-13 17:06

    It's actually ok, they do load. I forgot that the infinite scroll system still exists, and I had not actually tested the real case with > 50 items.

    It turns out my bug only happens in development:
    If you edit the Planning v2 code to fix the maximum number of items (limit) to fetch at once to 2, and given you have a tall enough viewport, then the infinite scroll will never kick in, because the 2 elements do not take enough screen height, therefore there is no scroll bar, therefore the infinite scroll never starts.

    It does not happen in production because the limit is set to 50 items, which take some space, and people do not usually browse Tuleap on giant screen resolutions, so 50 items add a scroll bar, and so the infinite scroller works.


    • Status changed from Under implementation to Declined
    • Close date set to 2026-02-13