Comment 1 for bug 302836

Revision history for this message
Gavin Panella (allenap) wrote : Re: changing bug status is unintuitive and doesn't work

I figured it out :)

It should be:

>>> b.bug_tasks[0].transitionToStatus(status='Confirmed')

Iirc, all the methods in the LP API like this one take keyword
arguments only. We definitely need to make that more obvious, and we
should try to give better errors in launchpadlib for this kinds of
things.

Fixing this bug therefore requires that the documentation and error
reporting is made clearer.