On Mon, Apr 10, 2006 at 10:58:25AM -0400, Muness Alrubaie wrote:
> [tags.ticket]
> #component|severity|keywords|priority|owner|reporter|cc|version|milestone|status|resolution|summary|description
> fields=component,severity,keywords
>
> You should be able to use this capability to replace - simple - reports.
As an example of how useful this is in conjunction with the expression
language, I configured my Trac environment thus:
[tags]
index.args = showcount=false, mincount=2
expression_space = true
[tags.ticket]
fields = keywords, component, reporter, cc, priority, severity, owner,
version, milestone, status, resolution
(Basically, everything but summary and description)
Then if I want to get a list of all tickets that are marked as
"workflow", but don't have either Alec or athomas associated with them,
I can use something like this:
== Open Workflow tickets I am ''not'' involved in ==
[[ListTagged(expression="workflow-(athomas|Alec)-closed", tagspace=ticket)]]
== Open Workflow tickets I ''am'' involved in ==
[[ListTagged(expression="workflow+(athomas|Alec)-closed", tagspace=ticket)]]
Pretty cool I think :)
--
Evolution: Taking care of those too stupid to take care of themselves.
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac