-- ## 13: Ticket Links ## -- -- List of the tickets for the first 3 sprints. SELECT 'Milestone: ' || milestone || ' [[BR]]' AS __group__, '[[TicketQuery(summary=' || summary || ')]] ' AS ticket_link FROM ticket WHERE status='s3c_implementation_ok' AND milestone IN ('M03_PRE3') ORDER BY milestone