project:"Multiple words project" (double quotes can be used when project name contains spaces).
project:someproject (link to project with name "someproject").
news:"eCookbook first release !" (double quotes can be used when news item name contains spaces).
news:Greetings (link to news item with name "Greetings").
message#1218 (link to message with id 1218).
forum:"Help and more" (double quotes can be used when forum name contains spaces).
forum:Discussion (link to forum with name "Discussion").
WIKI READER UPDATE DOWNLOAD
export:some/file (force the download of the file).
sandbox:source:repo_identifier|some/file (link to the file, with non word characters in the path, of a specific repository in the project identifier "sandbox").
sandbox:source:some/file (link to the file in the project identifier "sandbox").
source:repo_identifier|some/file (link to a file of a specific repository, for projects with multiple repositories).
(link to line 120 of the file's revision 52).
source:some/file#L120 (link to line 120 of the file).
source:"some file" (link to the file with non word characters in the path).
source:some/file (link to the file located at /some/file in the project's repository).
sandbox:commit:c6f4d0fd (link to a changeset with a non-numeric hash of another project identifier).
sandbox:r758 (link to a changeset of another project).
commit:hg|c6f4d0fd (link to a changeset with a non-numeric hash of a specific repository).
svn1|r758 (link to a changeset of a specific repository, for projects with multiple repositories).
commit:c6f4d0fd (link to a changeset with a non-numeric hash).
r758 (link to a changeset, displays r758).
For now, attachments of the current object can be referenced only (if you're on an issue, it's possible to reference attachments of this issue only).
attachment:"file name.zip" (double quotes can be used when the filename contains non word characters).
attachment:file.zip (link to the attachment of the current object named file.zip).
sandbox:version:1.0.0 (link to version "1.0.0" in the project identifier "sandbox").
version:"1.0 beta 2" (double quotes can be used when version name contains spaces).
sandbox:document:"Some document" (link to a document with title "Some document" in project identifier "sandbox").
document:"Some document" (double quotes can be used when document title contains spaces).
document:Greetings (link to the document with title "Greetings").
document#17 (link to document with id 17).
#124 (link to an issue: displays #124, link is striked-through if the issue is closed).
Wiki links are displayed in red if the page doesn't exist yet, eg: Nonexistent page.
] displays a link to the Sandbox wiki main page.
] displays a link to the page named 'Some page' of the Sandbox wiki.
You can also link to pages of another project's wiki (using the project identifier):
] displays a link to the header on the same page with different text: User guide.
WIKI READER UPDATE MANUAL
] displays a link to the same page but with different text: User manual.
Headings get automatically assigned anchors so that you can refer to them: Guide
] takes you to the anchor "further-reading".
] displays a link to the page named 'Guide': Guide.
Redmine allows hyperlinking between resources (wiki pages, issues, documents.) from anywhere text formatting is used. For other limitations of the current Markdown formatting see #16373 and #21443. For Textile formatting see Textile formatting.Ĭurrently HTML tags are not allowed by default.