{14} WL closed Tickets report

Overzicht van tickets die zijn gesloten.

Report execution failed:
OperationalError: ambiguous column name: Description

SELECT COUNT(*) FROM (
SELECT 
   p.value AS __color__,
   id AS ticket, 
   summary, 
   Description,
   t.type AS type,
   reporter,
   time AS created, 
   status,
   owner,
   resolution,
   changetime AS modified,
   description AS _description,
   reporter AS _reporter
   FROM ticket t
  LEFT JOIN enum p ON p.name = t.priority AND p.type = 'priority'
  WHERE status = 'closed'
  ORDER BY changetime DESC, time DESC, CAST(p.value AS integer), milestone, t.type, time

) AS tab
Note: See TracReports for help on using and creating reports.