id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 13525,Provide manual addition of further tickets,Marcel Gestewitz,lucid,"Since the `PageTickets` macro is related to the `TicketQuery` it would be a nice feature if the macro allows the manual entry of further ticket number as argument. This is of interest for the case that someone wants to refer to further tickets which are not listed somewhere else in the text. I managed this by append passed ticket to those which were found with the regular expression: {{{ ... args, kw = parse_args(content) if kw.has_key('id'): tickets.append(kw['id']) if not tickets: return 'No tickets found' ... }}} Now it is possible to pass ticket number as id, similar to the `TicketQuery`. Those are listed as union with the tickets referenced somewhere else in text.",enhancement,closed,normal,PageTicketsMacro,normal,fixed,,,