[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#647801: SOAP API get_bugs() doesn't show bugs affecting the package



On Mon, 07 Nov 2011, Sandro Tosi wrote:
> Is there something that can get me bugs in a a package directly
> submitted against it + affecting it? I've tried
> 
> >>> server.get_bugs("package", "rootskel", 'affects', 'rootskel')
> []
> 
> probably because it's an intersection of the two sets? Is
> 
> >>> server.get_bugs("package", "rootskel") + server.get_bugs('affects', 'rootskel')
> 
> the only way?

That's actually how the BTS does it itself, so yeah, it's the only
way.


Don Armstrong

-- 
Filing a bug is probably not going to get it fixed any faster.
 -- Anthony Towns

http://www.donarmstrong.com              http://rzlab.ucr.edu



Reply to: