Hi folks,

I'm trying to list all tickets that're owned by a user on their home
wiki page ( the first page that loads when you login to Trac. )

I'm using the following in my wiki markup:

=== New items assigned to you - '''you must accept them or transfer
them''' ===
[[TicketQuery(owner=$USER&status=new|assigned|reopened)]]
=== Items Accepted by you ===
[[TicketQuery(owner=$USER&status=accepted)]]

Is there any particular reason why these might not be populating
anything? Do I have to do something specific to get TicketQuery
properly working?

Cheers,

/sf

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to