Comment 3 for bug 662740

Revision history for this message
Martin Pool (mbp) wrote :

One thing that's a bit tricky and surprising here is that you can't say

  print bug_task.bug.title
  bug_task.bug.private = False

you need to hold a reference to the actual Bug proxy.