Hi,

On Wed, Jan 18, 2017 at 7:08 PM, Florian Berger <[email protected]> wrote:
> in our trac 1.0.9-Wiki, I would like to have a page listing the open /
> accepted, assigned tickets per user:
>
>     User1    9 tickets assigned
>     User2   32 tickets assigned
>     User3    1 tickets assigned
>
> Is there a (sort of) straightforward way to automatically fetch and
> display such counters in vanilla trac, i.e. via a macro?

Try TicketQuery macro with group and format=progress:

[[TicketQuery(status=!closed,group=owner,format=progress)]]

-- 
Jun Omae <[email protected]> (大前 潤)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to