#449 closed enhancement (fixed)
Link from tickets to milestones
Reported by: | Christopher Lenz | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | |
Cc: | somekool@…, m@…, garyo@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If a ticket has a milestone yet, the milestone name should be a link the the corresponding milestone page of the roadmap, if the remote user has MILESTONE_VIEW perms.
Attachments (0)
Change History (18)
comment:1 by , 20 years ago
Milestone: | 0.8 |
---|
comment:2 by , 20 years ago
Component: | roadmap → ticket system |
---|---|
Owner: | changed from | to
comment:3 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Superseded by #832 which has a broader scope.
comment:4 by , 20 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Actually, there's a difference between this ticket and #832. Note though that the two requests conflict with each other.
comment:5 by , 19 years ago
Severity: | trivial → enhancement |
---|
comment:6 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:7 by , 19 years ago
Milestone: | → 1.0 |
---|---|
Status: | new → assigned |
comment:9 by , 19 years ago
Status: | assigned → new |
---|
Note though that the two requests (i.e. this one and #832) conflict with each other.
What about this: as a milestone exist as a Trac object, one would expect to end up on the page corresponding to that object when clicking on its reference…
OTOH, components and versions are not (yet) Trac objects, so clicking on them could lead to some query (e.g. the other tickets having the same component or version, … but would that be helpful?).
In the end, if there must be a choice, I'd favor the approach presented here rather than the one of #832.
(unaccepting the ticket, as I've not started working on that)
comment:10 by , 19 years ago
Cc: | added |
---|
comment:11 by , 18 years ago
Milestone: | 1.0 → 0.11 |
---|
comment:12 by , 18 years ago
Cc: | added |
---|---|
Version: | devel |
comment:13 by , 18 years ago
Cc: | added |
---|
Can't just change cc due to akismet without some other text, so I'll just let you know that I would really like to see this. It's simple, but since all the ticket fields are in a loop now, it needs a bit more than the half hour of massaging I could give it…
comment:15 by , 18 years ago
+1. This isn't just "nice to have", it's also "strange not to have". Most everything else in Trac is fabulously interlinked, and then we have this little oddity.
comment:16 by , 18 years ago
I also think that this would be a very useful feature. I am always trying to get from a ticket, back to its Milestone.
comment:18 by , 17 years ago
Milestone: | 0.11.1 → 0.11 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Ported to trunk in r5813.
Nice to have but not essential, I guess. Later.