Add a bugs field to the review request and draft API resources.
Review Request #15324 — Created Sept. 18, 2026 and updated
This change adds a new
bugsfield to the review request and review
request draft resources. The returned entries are of the form
{id, tracker, url?, summary?}, withurlandsummaryomitted
when the requesting user does not have access to the tracker. Entries are
grouped by tracker and sorted using each tracker's display ordering.Draft writes take comma-separated
<bug-id>or
<bug-tracker-id>:<bug-id>tokens. Token that do not specify a
tracker ID are assigned to the repository's default bug tracker when
available.The existing
bugs_closedfield is marked as deprecated in favor of
bugs.
Ran unit tests.
| Summary | ID |
|---|---|
| rxpluqoxwzsrzmtwlxwprzvulvposzvo |
| Description | From | Last Updated |
|---|---|---|
|
missing whitespace around parameter equals Column: 36 Error code: E252 |
|
- Commits:
-
Summary ID rxpluqoxwzsrzmtwlxwprzvulvposzvo rxpluqoxwzsrzmtwlxwprzvulvposzvo
Checks run (2 succeeded)
- Bugs:
- Commits:
-
Summary ID rxpluqoxwzsrzmtwlxwprzvulvposzvo rxpluqoxwzsrzmtwlxwprzvulvposzvo - Bugs:
-
- Depends On:
- Diff:
Revision 3 (+1510 -78)
Checks run (2 succeeded)
flake8 passed.JSHint passed.