To fix data problems caused by bug 2582:
UPDATE issues SET issuedate = lastreneweddate WHERE issuedate IS NULL and lastreneweddate IS NOT NULL;