I issued a sql statement to replace all occurrences of the old URL with the new one on the bodycontent table. At least I think that was the one. It is not hard to figure out once you start looking at the schema. My sql statement looked something like this:
update bodycontent set content=replace(content, "https://xxx.jira.com", "https://myjirahost.xxx.com");
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
John - did you ever get an answer on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.