solo turn wrote: > hi, > > how could trac be extended to provide support for multiple runs and > evaluations of tickets? this makes sense in case of (example): > > 1. testing > a ticket can be a test case. via a keyword you classify the test case > to belong to group or category. a user or automated test tool runs the > test cases and want to record the results per run.
Specifiy a ticket type "testcase" (or similar). "Component" can classify the testcase. You can 'abuse' the "keywords" field, to place the results therin (or provide a custom field). > 2. evaluation > a ticket can be an evaluation criteria. via keyword you classify the > criteria to belong to a group of criteria. on evaluation, you want to > store the result per tool (or "evaluation run"). no understood fully, but the process is the same: Specify a ticket type "evaluation". ... > does this even make sense? is there something existing to do a similar thing? yes, it does, especially if different ticket-types can have different ticket-fields. you may want to take a look at the tracx plugin, and this related tickets: http://dev.lazaridis.com/base/query?group=status&milestone=ticket-rework especially this one: http://dev.lazaridis.com/base/ticket/97 If you are interested in this functionality and would like to become a test-user, please let me know via email. . -- http://dev.lazaridis.com/base --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
