diff --git a/ubuntutools/requestsync/lp.py b/ubuntutools/requestsync/lp.py index 989b6f8..f769823 100644 --- a/ubuntutools/requestsync/lp.py +++ b/ubuntutools/requestsync/lp.py @@ -69,7 +69,8 @@ def checkExistingReports(srcpkg): # Fetch the package's bug list from Launchpad pkg = Distribution('ubuntu').getSourcePackage(name = srcpkg) - pkgBugList = pkg.searchTasks(status=["New", "Confirmed", "Triaged"], + pkgBugList = pkg.searchTasks(status=["Incomplete", "New", "Confirmed", + "Triaged", "In Progress", "Fix Committed"], omit_duplicates=True) # Search bug list for other sync requests.