searchTask() not working on distro_series

Bug #322601 reported by Bryce Harrington
4
Affects Status Importance Assigned to Milestone
launchpadlib
New
Undecided
Unassigned

Bug Description

I'm trying to get a listing of all bugs against a given series, similar to this:

  https://bugs.edge.launchpad.net/ubuntu/jaunty/+bugs

Here's the script I'm using:

#!/usr/bin/python

from arsenal_lib import *

arsenal = Arsenal()
d = arsenal.load_project("ubuntu")
series = sys.argv[1]

for bugtask in d.current_series.searchTasks():
    print bugtask.id, " ", bugtask.title

dump_launchpad_object(d.current_series)

But I only get this output:

bryce@chideok:~/src/Arsenal/arsenal/contrib$ ./ls-targeted-bugs.py xorg
The authorization page (https://edge.launchpad.net/+authorize-token?oauth_token=hZmbRKHV7sTXKKJnhPVb) should be opening in your browser. After you have authorized this program to access Launchpad on your behalf you should come back here and press <Enter> to finish the authentication process.

<distro_series at https://api.edge.launchpad.net/beta/ubuntu/jaunty>
 attr: ['active', 'bug_reporting_guidelines', 'changeslist', 'date_created', 'datereleased', 'description', 'displayname', 'driver', 'fullseriesname', 'http_etag', 'name', 'parent_series', 'resource_type_link', 'self_link', 'status', 'summary', 'supported', 'title', 'version']
 ops: ['searchTasks']
 coll: ['active_milestones', 'all_milestones']
 entr: ['distribution', 'main_archive', 'owner']

Revision history for this message
Markus Korn (thekorn) wrote :

This bug has already been reported, it is a bug in malone

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.