Comment 5 for bug 254901

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

I was pointed to a workaround:

  #first create a fresh bug
  bug = self.launchpad.bugs[bug.id]
  #then reassign the tags list
  bug.tags = bug.tags + ['needs-bug-squad']
  #then you can save it
  bug.lp_save()

HTH until it is fixed