#187 closed enhancement (fixed)
All ticket modifications should be tracked in timeline
Reported by: | Mikael Hallendal | Owned by: | Christian Boos |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | timeline | Version: | 0.6 |
Severity: | normal | Keywords: | change ticket timeline |
Cc: | manuzhai@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
It's currently next to impossible to track changes to tickets since you don't have either mail support or the possibility of showing it in the timeline.
Attachments (0)
Change History (10)
comment:1 by , 21 years ago
Milestone: | → 0.8 |
---|
comment:2 by , 20 years ago
Summary: | A way of showing changes to tickets in the timeline → All ticket modifications should be tracked in timeline |
---|
Description by jamesm@…:
If any change is made to a ticket (new comment, etc) it should appear in the timeline.
Additionally, when tickets are modified (new comment, change in milestone, etc) the summary should be displayed in the timeline just like when a new ticket is added.
This allows the timeline user to quickly filter the tickets of interest without having to drill down into them to discover what they are about.
comment:3 by , 20 years ago
Keywords: | change ticket timeline added |
---|
comment:4 by , 20 years ago
Milestone: | 0.8 → 0.9 |
---|
comment:6 by , 20 years ago
Cc: | added |
---|
comment:7 by , 20 years ago
Owner: | changed from | to
---|---|
Priority: | normal → high |
Status: | new → assigned |
This will be my first Component… The feature is nearly ready, I still have to check how to make it optional (according to [1584]).
comment:8 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Implemented in [1594].
Thanks to the new TracPluggableModules framework, it is easy to make this feature optional:
It's in by default, but you can add it to the list of
disabled components in the trac.ini
file:
[disabled_components] Trac.Ticket.UpdateDetailsForTimeline = yes
comment:9 by , 19 years ago
Note that after the ticket module refactoring, the correct way to disable this component is now:
[disabled_components] trac.ticket.web_ui.UpdateDetailsForTimeline = yes
(TracIni was also updated with the correct name)
comment:10 by , 17 years ago
Just for people looking for this issue and seeing this ticket:
In current trac this option needs to be enabled by setting the option ticket_show_details in section timeline to yes.
If included, this should be configurable, since it will typically generate alot of events. It is useful for some aspacts though, for instance the Timeline RSS feed.