I thought just using python-bugzilla 3.2.0 would be enough here, but it seems not, we need to change updatetrackers to read an API key from a config file or the command line, and refuse to work unless it's passed one, rather than trying to use interactive_login(). I'm afraid to even try interactive_login() and see what it does as I'm worried it'll lock my account out of Bugzilla, but I expect it does not work any more.
interactive_login()
I've done the tracker update for F36 by just hand-editing an API key into the script locally, but I should do a proper fix for the future.
This is how we use python-bugzilla in blockerbugs.
I'll take this, because I want to use the script for staging bugzilla, so I'll fix this as well.
Metadata Update from @kparal: - Issue assigned to kparal (was: adamwill)
Commit 3f54720 fixes this issue
Log in to comment on this ticket.