Feature #391
Links to notes/comments/replies in issues.
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | 0.8 | |||
Resolution: | Fixed |
Description
Links using fragment URIs to notes added by users to issues.
Pasting links in IM (Skype, etc.) would be so much nicer:
http://demo.redmine.org/issues/show/1#note-3
instead of
http://demo.redmine.org/issues/show/1 (see the comment 11/17/2006 11:14 AM - Dave Loper)
Bugzilla could serve as an example. It also adds a nice link "reply to this comment", wich adds some content
into the textarea via javascript, refering to the comment.
Magic links (e.g. note-12345 -> http://demo.redmine.org/issues/show/1#note-3) would also be handy (just like with
#123 and r123).
Related issues
History
#1
Updated by Jean-Philippe Lang over 15 years ago
The main point (anchor links) is done in rev 613.
You can now link to notes using: /issues/show/1#note-3
These links appear for each note on the issue history.
I'll try to add magic links too.
#2
Updated by Jean-Philippe Lang over 14 years ago
- Category set to Issues
- Status changed from New to Closed
- Target version set to 0.8
- Resolution set to Fixed
"Reply" link added in r1480.
#3
Updated by Andrew Paulsen almost 13 years ago
Jean-Philippe Lang wrote:
The main point (anchor links) is done in rev 613.
You can now link to notes using: /issues/show/1#note-3
These links appear for each note on the issue history.I'll try to add magic links too.
Did the magic links get implemented? I would find that useful.
#4
Updated by Guilherme Schneider over 12 years ago
About magic links, see #2715