Closed
Bug 1508695
Opened 7 years ago
Closed 7 years ago
Incorrect or missing tracking flags on search results in REST API
Categories
(bugzilla.mozilla.org :: API, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
:glob mentioned a user was seeing strange results when searching for multiple bugs.
The behavior is wrong or missing tracking flags. Yet if you search for a single bug, the tracking flags are correct. This lead me to believe it's a bug in Bugzilla->active_custom_fields and that appears to be the case.
| Assignee | ||
Updated•7 years ago
|
Summary: Incorrect or missing track flags on search results → Incorrect or missing tracking flags on search results in REST API
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 1•7 years ago
|
||
That was quick. Thanks!
When do you think this be deployed?
| Assignee | ||
Comment 2•7 years ago
|
||
The deployment bug is filed, and we're hoping today
| Assignee | ||
Comment 3•7 years ago
|
||
The deployment bug is here: https://bugzilla.mozilla.org/show_bug.cgi?id=bmo-release-20181120.2
| Assignee | ||
Comment 4•7 years ago
|
||
This has to be backed out due to memory usage problems
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 5•7 years ago
|
||
I've noticed the problem with fields which are not tracking flags too. The 'flags' field for example. cf_backlog too, but I guess this one is the same as tracking flags?
(In reply to Marco Castelluccio [:marco] from comment #5)
> I've noticed the problem with fields which are not tracking flags too. The
> 'flags' field for example. cf_backlog too, but I guess this one is the same
> as tracking flags?
yes, cf_backlog is implemented as a tracking flag.
Comment 7•7 years ago
|
||
Was anything changed recently with the non-search case too?
I was downloading bugs using a list of IDs, and it was working nicely.
Recently instead, the tracking/status/etc. flags are sometimes missing.
Flags: needinfo?(dylan)
Comment 8•7 years ago
|
||
Maybe bug 1512815?
| Assignee | ||
Updated•7 years ago
|
Status: REOPENED → ASSIGNED
Flags: needinfo?(dylan)
Priority: -- → P1
| Assignee | ||
Comment 10•7 years ago
|
||
Attachment #9026429 -
Attachment is obsolete: true
| Assignee | ||
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•