← Back to team overview

launchpad-dev team mailing list archive

Re: Newbie: bug status "Incomplete" and its variants

 

On Fri, Mar 09, 2012 at 02:35:29AM +0100, Eike Welk wrote:
> The bug status "Incomplete" seems to have two variants: "Incomplete (with 
> response)", and "Incomplete (without response)". Are these variants subsets of 
> "Incomplete", or are they independent bug statuses?

Variants

> To rephrase my question in practical terms: If I search for bug-tasks with 
> Launchpadlib, does ::
> 
> 	project.searchTasks(status=["Incomplete"])
> 
> find all incomplete bugs? Or would ::
> 
> 	project.searchTasks(status=["Incomplete", "Incomplete (with response)", 
>                                 "Incomplete (without response)"])
> 
> return additional bugs?

Nope, should be the same.

Bryce


Follow ups

References