Opened 20 years ago
Closed 10 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 )
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 , 20 years ago
Component: | general → report system |
---|---|
Owner: | changed from | to
comment:2 by , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
follow-up: 4 comment:3 by , 17 years ago
Priority: | low → normal |
---|---|
Resolution: | wontfix |
Status: | closed → reopened |
Version: | 0.8 → 0.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.
comment:4 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
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 , 10 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
This problem is not solved! There is still no straight way to sort tickets by date modified.
comment:6 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | reopened → assigned |
comment:7 by , 10 years ago
Owner: | removed |
---|
comment:8 by , 10 years ago
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Use custom query. See comment:4.
Now the timeline can display all ticket modifications, so this is not relevant anymore.