Feature #6623
migrate_from_trac: convert TracQueries into Redmine's Custom Queries
Status: | New | Start date: | 2010-10-11 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Importers | |||
Target version: | - | |||
Resolution: |
Description
Do we see that as technically feasible?
There are two ways to use TracQueries in Trac - embedding the query as a TracLink, and using a TicketQuery macro (see http://trac.edgewall.org/wiki/TracQuery for details).
Their syntax is quite straightforward - can we parse them when encountered in Trac Wiki pages, and save as Custom Queries during import? (and place a link to the original place of course).