Edgewall Software

Changes between Initial Version and Version 1 of Ticket #12156, comment 11


Ignore:
Timestamp:
Jul 11, 2018, 9:26:27 PM (6 years ago)
Author:
Peter Suter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12156, comment 11

    initial v1  
    66* Use the query result to filter / select the tickets events. I'm not sure if we could get all the event data from the query result or if we still would have to use additional SQL queries to get ticket change event data.
    77
    8 [attachment:ITicketQueryRenderer-TimelineFormatNewTicketEvents.patch] implements this but only for the simple case of "new ticket" events. It seems simply adding the required columns to the query is enough for that?
     8[attachment:ITicketQueryRenderer-TimelineFormatNewTicketEvents.patch] implements a proof-of-concept of this, but only for the simple case of "new ticket" events. It seems simply adding the required columns to the query is enough for that?
     9
     10Is this going in the intended direction or am I way off?