RJOllos schrieb: >> Is there a solution which does not require to enter the exact name of >> the milestone? > > This might be too basic of information for where you are at, but have > you looked at the database schema? > http://trac.edgewall.org/wiki/TracDev/DatabaseSchema > > I suspect what you are looking for does not exist.
I suspected too that the variable doesn't exist, but looking at the scheme it would be just one sql-query in one table (from the top of my head: SELECT name FROM MILESTONE WHERE due IS NOT NULL, completed IS NULL ORDER BY due ASC LIMIT 1; ) If the result of this query would be placed somewhere and stored as $NEXT_MILESTONE (or something) everyone could build more flexible reports without creating HUGE queries. Just my 2 cents. - Stefan
smime.p7s
Description: S/MIME Cryptographic Signature
