Page 1 of 1

New issues entered getting automatically set to Resolved

Posted: 17 Jan 2006, 19:44
by tikigod
I am wondering if there is anyone that can help me. Currently, every time I enter a new issue into Mantis, the Resolution is being automatically set to Resolved(enum 20) instead of Open(enum 10).

I need to know what is doing this and how I can correct it.

Thank you in advance.

Posted: 17 Jan 2006, 23:47
by tikigod
Never mind. I found the issue. It had to do with a reference value in the bug_api.php using a text value. I updated the value to the enumeration value, and it worked.