Ticket #10478 (closed defect: fixed)

Opened 7 months ago

Last modified 7 months ago

Can we add modification date to report 9

Reported by: ChrisNelson Assigned to: rjollos
Priority: normal Component: TracHacks
Severity: normal Keywords:
Cc: hasienda Trac Release: 0.12

Description

It would be nice to be able to sort tickets by when they were last touched. For example, if a user comments on one of my tickets, I'd like to be able to go to {9} and sort by modified to see which it is.

Attachments

Change History

10/12/12 20:09:18 changed by rjollos

  • owner changed from otaku42 to rjollos.
  • status changed from new to assigned.
  • cc set to hasienda.

Good idea. Done.

$ diff -u orig_report modified_report
--- orig_report 2012-10-12 11:08:04.680318100 -0700
+++ modified_report     2012-10-12 11:08:22.527338900 -0700
@@ -2,7 +2,7 @@
    id AS ticket, summary, component, severity,
    (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS owner,
    time AS created,
-   changetime AS _changetime, description AS _description,
+   changetime AS modified, description AS _description,
    reporter AS _reporter
   FROM ticket t, enum p
   WHERE status IN ('new', 'assigned', 'reopened')

(follow-up: ↓ 4 ) 10/12/12 20:10:34 changed by rjollos

Please report back if this is to your satisfaction. Here is an example.

10/12/12 20:13:03 changed by rjollos

For consistency, {10} was modified in the same way. Here is an example.

(in reply to: ↑ 2 ) 10/12/12 20:13:18 changed by ChrisNelson

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

Replying to rjollos:

Please report back if this is to your satisfaction. Here is an example.

Perfect. Thanks!

10/16/12 02:01:46 changed by rjollos

#10488 is a follow-on to this ticket, with some other ideas for changing the reports.


Add/Change #10478 (Can we add modification date to report 9)




Change Properties
Action