Vote #64013
完了Trac: Migration of ticket:123 or [ticket:34] do not work
0%
説明
Things like @ticket:123@ or [ticket:123]@ or @[ticket:123 this]@ are not correctly converted into Redmine. I have attached a patch to fix this.
journals
Hi,
the line 266 of the patch is wrong, cause it will create a wiki link instead a link to an issue.
The following part <pre> text = text.gsub(/\[ticket\:([^\ ]+)\ (.+?)\]/, '"\2":/issues/show/\1')</pre>
can be used instead to simulate the link to a particular issue using some different text.
Kind regards.
Karl Heinz Marbaise
--------------------------------------------------------------------------------
Committed in r2012, r2013. Thanks.
--------------------------------------------------------------------------------
related_issues
relates,New,2114,Fixed Bugs in Importer Area