#576961 bugs.debian.org: include per-distribution status in SOAP interface

#576961#3
Date:
2010-04-08 15:03:46 UTC
From:
To:
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