I'm getting error message when trying to change status of the task (under
'Actions').
This occures when trying to change the status from NEW to ASSIGEND, or
when trying to change status from NEW to FIXED. Status changing is working
without problems from bugzilla web interface.
Error message:
Bugzilla Invalid Status
There is no status named 'resolve'. (red backgorund)
My Configuration is following:
Bugzilla 3.0.3
PostgreSQL 8.2.6 (Debian 4.2.2-7)
Mylyn Conenctor Bugzilla (2.2.0.I20071220-1700)
I had the same problem, and I managed to solve it simply creating in Bugzilla an additional status called "NEW" (Administration->Field Values->Status) and allowing the new bugs to be created with this new status (Administration->Bug Status Workflow). This little trick worked for me, as Eclipse creates new Bugs with a NEW status by default.