ads

วันศุกร์ที่ 29 พฤษภาคม พ.ศ. 2558

Jira Error - NullPointerException หลังจากลบ issue type ต่างๆ

Jira Error - NullPointerException หลังจากลบ issue type ต่างๆ

ส่งผลให้ create อะไรไม่ได้เลย  

วิธีแก้ 
เข้า mysql เพื่อหา id ที่มีปัญหา
> select cf.optionid from optionconfiguration cf where cf.optionid not in (select it.id from issuetype it);
จะได้ค่า id ที่มีปัญหาว่ามีกี่ตัว
 stop service jira
> delete from optionconfiguration where optionid not in (select it.id from issuetype it);
เพื่อลบ id ที่มีปัญหาเหล่านั้น
start service JIRA


ไม่มีความคิดเห็น:

แสดงความคิดเห็น