Actions
Feature #21445
closedLink to repository file in another project
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
See RedmineTextFormattingTextile, "Links to Repository files".
Add please links to files in another project for both Textile and Markdown. E.g.
source:project:repo_identifier|"some file"
Updated by Mischa The Evil almost 4 years ago
- Category changed from Text formatting to Documentation
- Status changed from New to Closed
- Resolution set to Fixed
These links of Redmine links are implemented and documented properly currently. I'll close this issue as such. Please re-open if needed.
Hans Ginzel wrote:
[...]
source:project:repo_identifier|"some file"
FWIW: The actual, correct syntax is: project_identifier:source:repo_identifier|"some file"
.
Updated by VVD VVD 9 months ago
But how to link on root of the repo?
This is doesn't work:
project_identifier:source:repo_identifier project_identifier:source:repo_identifier| project_identifier:source:repo_identifier|. project_identifier:source:repo_identifier|./ project_identifier:source:repo_identifier|.. project_identifier:source:repo_identifier|../ project_identifier:source:repo_identifier|/ project_identifier:source:repo_identifier|/. project_identifier:source:repo_identifier|./. project_identifier:source:repo_identifier|/.. project_identifier:source:repo_identifier|existing_dir/.. project_identifier:source:repo_identifier|existing_dir/../
Also cant't link on a file or dir containg 2 dots in a row:
project_identifier:source:repo_identifier|file..name
Also if a file or dir begin with dot.
Half work:
project_identifier:source:repo_identifier|//
Actions