Edgewall Software
Modify

Opened 19 years ago

Closed 9 years ago

#1075 closed enhancement (worksforme)

Add default report listing tickets by modified date/time (descending)

Reported by: Manuzhai Owned by:
Priority: normal Milestone:
Component: report system Version: 0.11b1
Severity: normal Keywords:
Cc: manuzhai@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Matthew Good)

Think that would be useful, especially as long not all ticket changes are shown on the timeline. Query below.

SELECT p.value AS __color__,
   id AS ticket, summary, component, version, milestone, severity,
   (CASE status WHEN 'assigned' THEN owner||' *' ELSE owner END) AS owner,
   time AS created,
   changetime AS _changetime, description AS _description,
   reporter AS _reporter
  FROM ticket t, enum p
  WHERE status IN ('new', 'assigned', 'reopened')
AND p.name = t.priority AND p.type = 'priority'
  ORDER BY t.changetime DESC, p.value, milestone, severity, time

Attachments (0)

Change History (8)

comment:1 by anonymous, 19 years ago

Component: generalreport system
Owner: changed from Jonas Borgström to daniel

comment:2 by Matthew Good, 18 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

Now the timeline can display all ticket modifications, so this is not relevant anymore.

comment:3 by anonymous, 16 years ago

Priority: lownormal
Resolution: wontfix
Status: closedreopened
Version: 0.80.11b1

Perhaps this should be a separate/new ticket, but I think that it would be very useful to be able to (optionally) see & sort-by ticket modification date/time in the report/query results view.

It's quite frustrating to click on 'Active tickets' in Roadmap and not know which ones have changed or were added since I last looked.

in reply to:  3 comment:4 by Remy Blank, 16 years ago

Resolution: worksforme
Status: reopenedclosed

Replying to anonymous:

Perhaps this should be a separate/new ticket, but I think that it would be very useful to be able to (optionally) see & sort-by ticket modification date/time in the report/query results view.

This can already be done in the current 0.11 release using a custom query (columns "Created" and "Modified").

comment:5 by anonymous, 9 years ago

Resolution: worksforme
Status: closedreopened

This problem is not solved! There is still no straight way to sort tickets by date modified.

comment:6 by Jun Omae, 9 years ago

Owner: changed from daniel to Jun Omae
Status: reopenedassigned

comment:7 by Jun Omae, 9 years ago

Owner: Jun Omae removed

comment:8 by Jun Omae, 9 years ago

Resolution: worksforme
Status: assignedclosed

Use custom query. See comment:4.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.