I imported a project into Jira server from another Jira server via Jira Configuration Manager.
I have a custom field with values that are an old reference key to a whole different tracking system. The value "xxx-123" is showing up as a hyperlink to "xxx-123", where xxx is not a project key in the database anywhere.
I have changed the render from wiki and then back to default, with no solution.
There are over 5,000 rows returned when searching on that field in the database.
(SELECT * FROM customfieldvalue where customfield = 10235; )
Anyone ever see this behavior before?