Edgewall Software
Modify

Ticket #187 (closed enhancement: fixed)

Opened 8 years ago

Last modified 4 years 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@…
Release Notes:
API 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

Change History

comment:1 Changed 8 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.

comment:2 Changed 8 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.

comment:3 Changed 8 years ago by daniel

  • Keywords change ticket timeline added

comment:4 Changed 8 years ago by daniel

  • Milestone changed from 0.8 to 0.9

comment:5 Changed 7 years ago by cmlenz

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

comment:6 Changed 7 years ago by anonymous

  • Cc manuzhai@… added

comment:7 Changed 7 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]).

comment:8 Changed 7 years ago by cboos

  • Resolution set to fixed
  • Status changed from assigned to 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 Changed 7 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)

comment:10 Changed 4 years 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.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cboos. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.