Bug 536717 - RFE: Ability to get a bug's full dependency and blocks tree
Summary: RFE: Ability to get a bug's full dependency and blocks tree
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: devel
Hardware: All
OS: Linux
low
medium
Target Milestone: 4.4-3
Assignee: Simon Green
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-11 02:16 UTC by Dennis Gregorovic
Modified: 2018-12-09 06:29 UTC (History)
4 users (show)

Fixed In Version: 4.4-3
Clone Of:
Environment:
Last Closed: 2013-05-20 11:07:40 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Mozilla Foundation 859682 0 None None None Never

Description Dennis Gregorovic 2009-11-11 02:16:03 UTC
It would be useful to have an XML-RPC method that takes in a bug ID and returns a hash with two entries: 'dependson' and 'blocked'.  These would each be a list (possibly empty) of bug IDs that the bug depends on and blocks.  This list would encompass the "full" tree, not just the immediate list of bugs.

Comment 3 Simon Green 2012-06-20 01:23:31 UTC
We should do this for both the RPC and web interface. It will be done as a virtual fields (dependson_deep and blockson_deep for example). Change would be done in Bugzilla::Bugs so we can get the values for both places.


Note You need to log in before you can comment on or make changes to this bug.