Feature #15718
Create links to Issues in other projects
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Invalid |
Description
Currently there appears to be no way to create an automatic link to a particular issue of a different project than the current one. The only way this is possible is by hardcoding the issue URL. If a shortcut was added for this I would imagine it should be possible to use the following methods to link to a external project issue:
project:ID#issue (ie. project:12#3242)
project:ID-issueID (ie. project:12-issue3242)
I imagine this is something that may be useful across Redmine.
History
#1
Updated by Jean-Philippe Lang about 7 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Issue ids are unique across projects, so you just need to use #id (eg. #1000) to link to any issue. If the link does not appear, it means that the issue does not exist or that it's not visible to you.