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.