Edgewall Software

Changes between Initial Version and Version 2 of Ticket #1075


Ignore:
Timestamp:
Oct 9, 2006, 8:55:03 PM (18 years ago)
Author:
Matthew Good
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1075

    • Property Owner changed from Jonas Borgström to daniel
    • Property Status newclosed
    • Property Component generalreport system
    • Property Resolutionwontfix
  • Ticket #1075 – Description

    initial v2  
    11Think that would be useful, especially as long not all ticket changes are shown on the timeline. Query below.
    2 
     2{{{
     3#!sql
    34SELECT p.value AS __color__,
    45   id AS ticket, summary, component, version, milestone, severity,
     
    1112AND p.name = t.priority AND p.type = 'priority'
    1213  ORDER BY t.changetime DESC, p.value, milestone, severity, time
     14}}}