Apparently Bugzilla 2fa breaks the weird cookie authentication method that git-bz-moz and bzexport use. I think I've read that this is a bugzilla bug, but in the meanwhile I've been working on making git-bz-moz use the Bugzilla backend of bexport, which is less hacky and supports using API keys for authentication. Setting up an API key is extremely easy.
If you want to try it out, it is available from my github repo here: https://github.com/amccreight/git-bz-moz/tree/RestAPI git bz edit and git bz push don't work, but the rest should, so please file issues at https://github.com/mozilla/git-bz-moz or email me if you notice them. (Oh, I think setting reviewer flags for Firefox product bugs doesn't work, is a known issue.) The patches are still a little hacky and probably don't cache as much as they should. Andrew _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

