Opened 11 years ago
Closed 7 years ago
#969 closed task (fixed)
Ticxket changes do not appear in Timeline
Reported by: | elhennig | Owned by: | KaZeR |
---|---|---|---|
Priority: | minor | Milestone: | version 0.5.1 |
Component: | tools | Version: | |
Severity: | normal | Keywords: | trac timeline |
Cc: | elhennig@…, sebastian.leske@…, KaZeR |
Description
Is it possible to activate the display of changed tickets in Trac's timeline?
Change History (7)
comment:1 Changed 11 years ago by tryagain
comment:2 Changed 10 years ago by lars hennig
- Cc elhennig@… added
comment:3 Changed 10 years ago by sleske
To show all ticket changes in the timeline, the trac configuration must be changed:
ticket_show_details
Enable the display of all ticket changes in the timeline, not only open / close operations (since 0.9).
(http://trac.navit-project.org/wiki/TracIni#timeline)
Once this option is changed, all changes should show in the timeline. I'm not sure whether this will also work for new attachments; see http://trac.edgewall.org/ticket/728.
Unfortunately, I believe only cp15 can change the trac configuration. I'll try to reach him on IRC.
comment:4 Changed 10 years ago by sleske
- Cc sebastian.leske@… added
comment:5 Changed 10 years ago by usul
- Cc KaZeR added
- Milestone set to version 0.5.1
- Type changed from enhancement/feature request to task
TRAC needs more attention before we release next minor. Will working on that.
comment:6 Changed 7 years ago by kazer
- Severity set to normal
I changed default_daysback to 180 and ticket_show_details to true
comment:7 Changed 7 years ago by kazer
- Resolution set to fixed
- Status changed from new to closed
As a workaround, I use a custom query url like this: http://trac.navit-project.org/query?status=assigned&status=closed&status=new&status=reopened&col=id&col=summary&col=status&col=owner&col=type&col=priority&col=milestone&col=changetime&desc=1&order=changetime
Unfortunately, ticket changetime isn't touched when an attachment is added to the ticket.