Feature #4812
Create links to other projects
| Status: | Closed | Start date: | 2010-02-11 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Text formatting | |||
| Target version: | 1.0.0 (RC) | |||
| Resolution: | Fixed |
Description
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. Redmine)
project:"Project Name" (ie. Redmine)
While I am talking about this in context to wiki pages, I imagine this is something that may be useful across Redmine.
Associated revisions
Adds projects links (#4812).
History
Updated by Bruno Garin almost 2 years ago
[[project1:a_page]] do the job, no?
Updated by Jean-Philippe Lang almost 2 years ago
- Category set to Text formatting
- Status changed from New to Closed
- Target version set to 1.0.0 (RC)
- Resolution set to Fixed
Added in r3422. You use one of the following syntax:
project#<id> project:<identifier project:<name>
Bruno, what you proposed is a link to project1 wiki page which is not exactly what was requested.