bug_task object doesn't have tags?
Asked by
Mike Scherbakov
I use launchpad API to get a collection of bugs for further processing. I'm using searchTasks method, which returns a collection of bug_task objects.
I assumed that each bug_task object has bug tags list, but it is not the case. Looks like that I need to do a separate request for every tag like:
bug = launchpad.
bug.tags
to get list of tags for every bug. Is there any way to obtain a bug search results with bugs objects, not "bug_task"? Or any other way how I can have list of tags for every bug in a search result?
Thanks!
Question information
- Language:
- English Edit question
- Status:
- Answered
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Mike Scherbakov for more information if necessary.
To post a message you must log in.