-- ## 11: Open tickets concerning the next release of OSGeoLive ## -- -- Component is OSGeoLive -- -- Open tickets concerning the [http://wiki.osgeo.org/wiki/Live_GIS_Disc OSGeoLive project] which concern the next release. -- SELECT p.value AS __color__, t.type AS __group__, id AS ticket, summary, t.type AS type, t.priority AS priority, t.owner, t.status, t.time AS created, t.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 = 'OSGeoLive' AND Milestone = 'OSGeoLive14.0' ORDER BY t.type, p.value, time