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:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.