Opened 17 years ago
Closed 16 years ago
#6463 closed enhancement (wontfix)
more tooltip info for #<ticketid> links
Reported by: | Markus.Staab | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | 0.10-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
if linking to a ticket with e.g
#xx
the only thing in the tooltip (title-attribute) of the link is the title of the ticket.
would be nice to see also the milestone/component or something like that… best way would be to allow the user to format this tooltip by configuration
example format: <Milestone>: [<Priority>] <ShortSummary> (<Owner>)
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 17 years ago
Component: | general → ticket system |
---|---|
Version: | → 0.10-stable |
comment:2 by , 17 years ago
If done, it would have to be a template string option in trac.ini where fields can be inserted to make it suitable for everyone.
Quite doable, but not sure it is worth the added complexity in code + config.
I'm ± 0.
comment:3 by , 17 years ago
because the config would only appear in the local config, if the user wants to change the format, it would not add complexity to the config…
Maybe there should be a generic feature which parses a string and replaces some keywords (like priority,..). so this feature could be reused at some places (e.g. #6154)
PS: could please someone set the reporter to "Markus.Staab", sorry i missed it at the beginning
comment:4 by , 16 years ago
Reporter: | changed from | to
---|---|
Resolution: | → wontfix |
Status: | new → closed |
I'm also -1 for adding this, in the spirit of simplicity.
I (personally) think the title is sufficient, and not worth another configuration option to do something like this.
-1 for adding this.