How to define variable for Trac TicketQuery?

Posted by JOM on Stack Overflow See other posts from Stack Overflow or by JOM
Published on 2010-05-19T10:52:44Z Indexed on 2010/05/19 11:10 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Using TRAC TicketQuery template for sprint to show what's going on. How would I type name of current sprint only ONCE, when template needs it in multiple location? For example "Sprint1" is needed is 6 places:

= New items = [[TicketQuery(milestone=Sprint1,status=new,format=table,order=priority,col=id|summary|priority|component|owner|type)]]

= Items in progress = [[TicketQuery(milestone=Sprint1,status=in_progress,format=table,order=priority,col=id|summary|priority|component|owner|type)]]

© Stack Overflow or respective owner

Related posts about trac

Related posts about ticketquery