Tuleap PCC (tuleappcc)2025-08-27 18:03 Sure, something like this: SELECT COUNT(@pretty_title) FROM @project = MY_PROJECTS() WHERE @status = OPEN() GROUP BY @assigned_to This would return, for instance: assigned_to Count > Kayla Robinson (krobinson) 5 \/ Katie Gudmundsen (katieg) 3 task #1234 Do this thing story #2345 Sort columns bug #3456 Error in report > Tom Astle (tom) 7
Manuel Vacelet (vaceletm)2025-08-27 09:21 Hello, Could you provide an example of query that you would like to write and the corresponding expected results ?