-- ## 14: Open tickets concerning OSGeoLive docs ## -- -- Component is Documentation -- -- Open tickets concerning the [http://wiki.osgeo.org/wiki/Live_GIS_Disc OSGeoLive project]. -- SELECT p.value AS __color__, t.type AS __group__, id AS ticket, summary, t.type AS type, t.priority AS priority, owner, status, time AS created, changetime AS _changetime, t.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' AND Component = 'Documentation' ORDER BY t.type, p.value, time