On Mon, Nov 16, 2009 at 1:01 PM, martin f krafft <[email protected]> wrote: > also sprach James Vega <[email protected]> [2009.11.16.1858 +0100]: >> Adapting status to accept a list of fields to print isn't out of the >> question. > > But adapting select to output fields other than the bugnumber is?
Select simply calls get_bugs() from the SOAP interface, which returns a list of bug numbers. We have to call get_status() to get the rest of information, so we may as well just extend “bts status” to allow specifying which fields are displayed. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> -- To unsubscribe, send mail to [email protected].
