• 
      

    Gate get_bug_list() reads on the bugs-migrated marker.

    Review Request #15306 — Created Sept. 14, 2026 and updated — Latest diff uploaded

    Information

    Review Board
    release-9.x

    Reviewers

    For review requests and drafts carrying the __bugs_migrated marker in
    extra_data, get_bug_list() now derives its result from the bugs linked
    to the repository's default bug tracker plus any unattributed
    (sentinel) bugs. Unmigrated rows keep reading the bugs_closed string.

    Since the API serializers, BugsColumn, and templates all flow through
    get_bug_list(), this covers those consumers automatically.

    Ran unit tests.

    Commits

    Files