Hi,
Hoping someone can help me figure this out please,
I'm trying to do a report that I can use to give me a graph representation of how many times a user may have been assigned to different tickets in any different week.
So for an example -
Report would show they've been assigned to two tickets that week.
Thanks :)
Hi Andrew, you could query the Issue History table for this information. This will store a historical record of all field changes. If you query the table for the field name assignee, you will be able to perform a count of issues assigned to users.
Here is a very basic approach to begin looking at that information:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.