Open sebastianheyn opened 9 years ago
For anybody searching for this:
This is fixed when updating bugzilla to >4.4.3 (in my case 4.4.7) @williamh / @liquidx Please close this issue if you dont have any question from my side it is solved by updating bugzilla. Thanks for providing this excellent solution, guys
@sebastianheyn I think you can close the issue as it's author
Hi,
I tried both Ver.0.11.1 and 9999 (GIT) version of this tool
however with my setup I cannot get it to work (Bugzilla 4.4.1) bashscript:
bugz -b http://bughost/bugzilla-qc/xmlrpc.cgi -u "$user" -p "$pass" login bugz -d 10 -b http://bughost/bugzilla-qc/xmlrpc.cgi -u "$user" -p "$pass" post --product "$prod" --component "$compo" --title "$title" --description "$description" --op-sys "$ops" --platform "$platf" --priority "$prio" --severity "$sever" --alias "$alias" --assigned-to "$assign" --cc "$ccl" --version "$ver" --url "$url" --append-command "$appen" --default-confirm "y"
however I get
Product : zzzzTest Component : Test Title : title string Version : unspecified Description : description bla bla Operating System: H/U specific Platform : Somedevice Priority : - Severity : B-Rank Alias : Assigned to : user@existing.de CC : URL :
Confirm bug submission (Y/n)? y
Error: Bugzilla error: You must log in before using this part of Bugzilla.
Why do I get that DO I nee to update my bugzilla to >4.4.3 or can I set the script to use cookies?? (I read that bugzilla uses tokens from 4.4.3)