Closed
Bug 1200449
Opened 9 years ago
Closed 9 years ago
bzpost doesn't work with bugzilla apikey
Categories
(Developer Services :: Mercurial: bzpost, defect)
Developer Services
Mercurial: bzpost
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: xidorn, Assigned: gps)
References
Details
Since reviewboard extension has been updated to use username with apikey instead of the userid/cookie. But this doesn't work with bzpost.
Assignee | ||
Comment 1•9 years ago
|
||
I suspect what's happening (and this likely impacts bzexport too) is that the function for retrieving Bugzilla credentials returns the API key. Since we haven't taught everything how to use API keys, it treats it as if no credentials are available. I'll see what I can whip up.
Assignee: nobody → gps
Assignee | ||
Comment 2•9 years ago
|
||
I submitted a PR to Bugsy to support API keys. https://github.com/AutomatedTester/Bugsy/pull/19
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/hgcustom/version-control-tools/rev/9c8b8187f21b12da3bedeec4a91dced132c47064
bzpost: add Bugzilla API key support (bug 1200449)
Assignee | ||
Comment 4•9 years ago
|
||
bzpost and bzexport should now support API keys.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•