Package: bugs.debian.org
Severity: wishlist
Hi,
the `get_status' SOAP method returns a `pending' attribute that
indicates the current status of the bug. If I want to know the status
of the bug in each distribution I have to query the BTS several times:
get_status([bug => ..., dist => "unstable"])
and twice more for "stable" and "testing".
Would it be possible to add an additional attribute that indicates the
status in each distribution similar to this:
pending => ..., # as before
dists => {
stable => ..., # status in stable, testing and unstable using
testing => ..., # the same values as the pending attribute
unstable => ...,
},
Regards,
Ansgar
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]