Comment 10 for bug 336866

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

I cannot confirm this, trying to change the duplicate_of attribute of a bug works for me, I don't get a 'HTTP Error 412'.

Martin, as a side note, giving the bug id in your last example won't work, it has to either

>>> b.duplicate_of = launchpad.bugs[123456]
or
>>> b.duplicate_of = "https://api.staging.launchpad.net/beta/bugs/123456"

Markus