Closed
Bug 314023
Opened 20 years ago
Closed 20 years ago
Ability to view blocking or dependant bugs in list
Categories
(Bugzilla :: Query/Bug List, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ray, Unassigned)
Details
When looking at a bug you can see the lists of blockers and dependant bugs. A good (in my opinion) enhancement would be the ability to view these in a bug list.
Query string would be:
buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=blocked&type0-0-0=equals&value0-0-0=<bugnumber>&field0-0-1=dependson&type0-0-1=equals&value0-0-1=<bugnumber>&field1-0-0=noop&type1-0-0=noop&value1-0-0=
Comment 1•20 years ago
|
||
You can already do that. Click the "Show dependency tree" link and then the "as buglist" link.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 2•20 years ago
|
||
(In reply to comment #1)
> You can already do that. Click the "Show dependency tree" link and then the "as
> buglist" link.
>
That's not the point, i think.
The one is that there is no access to dependency info from buglist.cgi, so - i failed to make custom template where bugs with dependencies was marked somehow.
We tried to patch buglist.cgi to make this possible, but it turned out to be a too complex task for us.. ;)
So, such access would be really a great thing to do.
You need to log in
before you can comment on or make changes to this bug.
Description
•