No bug status is available on bug creation
Hi All,
I upgraded my bugzilla and now when i create a new product it gets created but whn i try to add new bu to it it says "No bug status is available on bug creation.Please contact ......"
I can very well add bugs to previously added product i.e i am able to add new bug to produts which were created before upgrade.
I read in one the forum about doing given below in mysql database,but it didnt solve my problem:
update bug_status set is_open = 0 where value = 'UNCONFIRMED'
update bug_status set is_open = 1 where value = 'NEW'
Can any one tell what happened when i upgraded with new bugzilla
Regards,
Prayag
|