I can move one issue from one project to another project successfully, for example:
Move one issue from ProjectA to ProjectB
The side effect is that any comments with keyword ProjectA is replaced with ProjectB automatically, thus it lose the history of comment/description.
If I add new comment with keyword ProjectA, press enter, it automatically change it to keyword ProjectB
Another situation is that my source code manager use svn, I need to mention which Jira issue is referred when the source code is committed to svn repository.
A /bugs/ProjectA-1
D /bugs/ProductB-1
(ProjectA-1 is the issue index 1 under ProjectA, ProjectB-1 is the issue index under ProjectB)
The svn comments will automatically update to Jira system. After refresh the Jira issue, the contents in comment become:
A /bugs/ProjectB-1
D /bugs/ProjectB-1
Is there any method to fix this problem?