[issue2551180] Allow linking to specific messages in issue/task item view
John Rouillard <[email protected]> Sat, 11 Dec 2021 21:49:31 +0000
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from John Rouillard:
A user wants to send a link to a specific message in an issue to another person.
Supporting this requires two changes to the issue.item (task.item etc.)
templates:
1) add an id element to the message header. For the classic tracker this
is a 'tr' element, for responsive it's a 'div', jinja2 probably uses
a 'div' as well. Use the msg designator as the id, so msg32 for example.
2) provide an 'a' element that can be used to create a link to the id'ed element.
----------
components: Web interface
keywords: Effort-Low, StarterTicket
messages: 7413
nosy: rouilj
severity: normal
status: new
title: Allow linking to specific messages in issue/task item view
type: rfe
_________________________________________________
Roundup tracker <[email protected]>
<https://issues.roundup-tracker.org/issue2551180>
_________________________________________________