Vote #66573
完了Create links to other projects
0%
説明
Currently there appears to be no way to create an automatic link within a wiki to a particular project. The only way this is possible is by hardcoding the URL and project name in the page. If a shortcut was added for this I would imagine it should be possible to use the following methods to link to a project:
project:ID (ie. project:12)
project:identifer (ie. project:redmine)
project:"Project Name" (ie. project:"Redmine")
While I am talking about this in context to wiki pages, I imagine this is something that may be useful across Redmine.
journals
[[project1:a_page]] do the job, no?
--------------------------------------------------------------------------------
Added in r3422. You use one of the following syntax:
<pre>
project#<id>
project:<identifier
project:<name>
</pre>
Bruno, what you proposed is a link to project1 wiki page which is not exactly what was requested.
--------------------------------------------------------------------------------