Hi,
is there any possible technical way to make a filter in bugzilla that filter out bugs that are waiting for a response from bug opener (OP)?
I suppose there could be either a keyword or something like WAITING-FOR-RESPONSE but in that case it would need to be removed by hand when OP respond.
Or there could be a condition that filter out bugs where OP doesn't have last comment? Or probably it would be best to combine both, keyword and check if OP has last comment. But not really sure if that is even possible.
Any ideas? It would help to simplify some of my bug lists which are typically full of bugs where I am just waiting for someone to respond to a question but which I can't close now.
On Tue, Oct 29, 2013 at 2:54 PM, Petr Bena benapetr@gmail.com wrote:
Hi,
is there any possible technical way to make a filter in bugzilla that filter out bugs that are waiting for a response from bug opener (OP)?
I suppose there could be either a keyword or something like WAITING-FOR-RESPONSE but in that case it would need to be removed by hand when OP respond.
Or there could be a condition that filter out bugs where OP doesn't have last comment? Or probably it would be best to combine both, keyword and check if OP has last comment. But not really sure if that is even possible.
Any ideas? It would help to simplify some of my bug lists which are typically full of bugs where I am just waiting for someone to respond to a question but which I can't close now.
Same here. You are looking for https://bugzilla.wikimedia.org/show_bug.cgi?id=36064
Cheers Lydia
On Tue, 29 Oct 2013 14:54:49 +0100, Petr Bena benapetr@gmail.com wrote:
Hi,
is there any possible technical way to make a filter in bugzilla that filter out bugs that are waiting for a response from bug opener (OP)?
No, but there are some things which may or may not be close enough for your use cases.
You can filter bugs by time since they were last changed in any way, or by number of comments.
You can mark such bugs as UNCONFIRMED, or set their assignee to their reporter (and this is easy to search for: you can just do "assignee:%reporter%"). You can then search by change history to these fields determine which bugs are the oldest.
Or, if this is just for yourself, you can add freetext input to the whiteboard field and filter by that.
So no, there's no direct solution, but it seems possible to come up with a good ersatz workflow.
wikitech-l@lists.wikimedia.org