When I try to export bug to XML using url: http://addr/bugzilla/show_bug.cgi?id=XXX&ctype=xml field assigned_to has different content when:
- I'm logged to my account and browsing from firefox (assigned_to has user@host)
- I'm not logged and trying to get xml output from shell script (assigned_to has user without host)
I investigated that more and found that xml output depends on two cookies: Bugzilla_login and Bugzilla_logincookie. Is it possible to retrieve assigned_to as user@host from shell script without logging to Bugzilla?