[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SOAP interface documentation



Hi,

> > I need documentation on what kind of state a bug can be in.
> > 
> > pending: field looks like what I'm looking for, but it is not the same
> > as what the index.db file has.
> > 
> > pending -- 'open' bugs
> > done -- 'done' bug
> > forwarded -- 'forwarded' bugs
> > 
> > Is this intentional 
> 
> Yes.
> 
> > and where is this terminology documented?
> 
> In cgi/common.pl [of course ;-)]:
> 
>     $status{"pending"} = 'pending';
>     $status{"pending"} = 'forwarded'        if (length($status{"forwarded"}));
>     $status{"pending"} = 'pending-fixed'    if ($tags{pending});
>     $status{"pending"} = 'fixed'            if ($tags{fixed});

It might justify to add a comment.

status "pending" = pending -- 'outstanding' or 'open' in other debbugs terms.
status "pending" = pending-fixed -- 'pending' in other debbugs terms


regards,
	junichi
-- 
dancer@{debian.org,netfort.gr.jp}   Debian Project



Reply to: