Edgewall Software

Ticket #187 (closed enhancement: fixed)

Opened 5 years ago

Last modified 12 months ago

All ticket modifications should be tracked in timeline

Reported by: Mikael Hallendal Owned by: cboos
Priority: high Milestone: 0.9
Component: timeline Version: 0.6
Severity: normal Keywords: change ticket timeline
Cc: manuzhai@…

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

Change History

Changed 5 years ago by daniel

  • milestone set to 0.8

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.

Changed 4 years ago by daniel

  • summary changed from A way of showing changes to tickets in the timeline to 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.

Changed 4 years ago by daniel

  • keywords change ticket timeline added

Changed 4 years ago by daniel

  • milestone changed from 0.8 to 0.9

Changed 4 years ago by cmlenz

See dups #662 and #890, latter has a patch even.

Changed 4 years ago by anonymous

  • cc manuzhai@… added

Changed 3 years ago by cboos

  • owner changed from jonas to cboos
  • priority changed from normal to high
  • status changed from new to 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]).

Changed 3 years ago by cboos

  • status changed from assigned to closed
  • resolution set to fixed

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

Changed 3 years ago by cboos

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)

Changed 12 months ago by paddy2706

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.

Add/Change #187 (All ticket modifications should be tracked in timeline)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.