New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 671702 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Email to this user bounced
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----



Sign in to add a comment

Add last modified time to bug queue

Project Member Reported by zhangtiff@chromium.org, Dec 6 2016

Issue description

I think for troopers for example, the last modified time for a bug is very useful to get an idea of how long it's been since they ACK'd something. Currently, it looks like the Monorail API response for issue lists doesn't provide this information, so we'll have to do some work to get it. 
 
Labels: Milestone-Workflow
Status: Available (was: Untriaged)
Cc: renjietang@google.com
UI can be something like https://screenshot.googleplex.com/5wy9d20KjR6

The relevant code to modify is probably here: https://cs.chromium.org/chromium/infra/go/src/infra/appengine/sheriff-o-matic/som/bugqueue.go?l=91

+renjietang, this might be a good starter bug. I'll dig into the API to see if we can get last modified times in a set of Issue Detail responses, if not in the Issue List response itself (latter would be preferable).
Yeah, it looks like "updated" is just missing from the protobuf file we generate to Go stubs from.

API doc: https://chromium.googlesource.com/infra/infra/+/master/appengine/monorail/doc/api.md#monorail_issues_list

monorail RPC proto def: https://chromium.googlesource.com/infra/infra/+/master/go/src/infra/monorail/monorail.proto#26 

Probably can just add a field to message Issue: 
"string updated = 19" or some such.
And viola we have last updated timestamp in the issue list response.

Cc: -renjietang@google.com
Owner: renjietang@google.com
Status: Assigned (was: Available)
Status: Fixed (was: Assigned)

Sign in to add a comment