Gate get_bug_list() reads on the bugs-migrated marker.
Review Request #15306 — Created Sept. 14, 2026 and updated — Latest diff uploaded
For review requests and drafts carrying the
__bugs_migratedmarker 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 thebugs_closedstring.Since the API serializers,
BugsColumn, and templates all flow through
get_bug_list(), this covers those consumers automatically.
Ran unit tests.