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

Re: SOAP interface documentation



On Sat, 30 Sep 2006, Junichi Uekawa wrote:
> 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});


Don Armstrong

-- 
Do not handicap your children by making their lives easy.
 -- Robert Heinlein _Time Enough For Love_ p251

http://www.donarmstrong.com              http://rzlab.ucr.edu



Reply to: