Subject: | Migrating links pointing to URLs |
In our RT2 install we have some tickets with links (refers to, usually)
pointing to not other ticket IDs, but external URLS. RT2 linkifies them
for us which suggests that it's a deliberate feature.
RT3 also supports links to URLs.
However dumpfile-to-rt3.0 barfs on them:
Couldn't create link from fsck.com-rt:/ticket/1402681 to
https://[elided]/rt/Ticket/Display.html?id=57490 because Internal Error:
Couldn't execute the query 'INSERT INTO Links (Type, LastUpdated,
Target, Base, LocalTarget, Creator, LastUpdatedBy, Created, LocalBase)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)'ERROR: invalid input syntax for
integer: "https://[elided]/rt/Ticket/Display.html?id=57490"
I will probably just manually restore the links afterwards, since the
number of tickets affected is relatively low, but I thought it would be
worth filing as a bug for the record.