How do I get the complete list of issues for a project?

Asked by Luis Cañas Díaz

Hi all,
I'm using the Launchpad's Python library but I don't see a direct way of getting all the issues for a given project. The only method I see is to get all the information about all the tickets and examine one by one. Isn't there a simpler way of getting all the issues for a tracker/project?

Thanks,
Luis.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Luis Cañas Díaz
Solved:
Last query:
Last reply:
Revision history for this message
Laura Czajkowski (czajkowski) said :
#1

this page should be able to help you https://help.launchpad.net/API and should you need any more help perhaps join #launchpad-dev on freenode to talk to the developers.

Revision history for this message
Luis Cañas Díaz (lcanas) said :
#2

Thank you guys! and Thanks to wgrant from #launchpad-dev:

lp.projects['fooproject'].searchTasks()