Report: Count of Tasks worked on in the last month
Hello,
I am trying around for hours now and I do not find a way to solve this:
I need to report the amount of tasks a specific group of users worked on in the last month.
The users all have a specific domain in their email address.
As there are fields lastUpdateDate and lastUpdatedBy, my first idea was to filter on those fields like this
lastUpdateDate=2024-03-31T12:00:00:000
lastUpdatedDate_Mod=gt
lastUpdatedBy:emailAddr=@example.com
lastUpdatedBy:emailAddr_Mod=containsUnfortunately this approach does not make sense, as if e.g. a new task is created on a project and moved to the top, all other tasks in this project are updated as well (field taskNumber).
So I thought about using a Journal report with a filter like this:
editedBy:emailAddr=@example.com
editedBy:emailAddr_Mod=contains
entryDate=2024-03-31T23:59:59:000
entryDate_Mod=gt
objObjCode=TASK
objObjCode_Mod=eq
and this kind of grouping:
group.0.groupdatesby=MY
group.0.valuefield=entryDate
group.0.notime=false
group.0.valueformat=atDateAsMonthString
group.0.namekey=entryDate
group.0.linkedname=direct
The problem here is, that I do not have any idea on how to count the distinct / unique tasks, but not the journal entries, as a task can appear multiple times in the journal.
So, I tried again with the task report, but here I cannot use a filter like
journalEntries:editedBy:emailAddr=@example.com
journalEntries:editedBy:emailAddr_Mod=contains
I hope there is any possibility to report this.
Thanks in advance for any hints!
Regards
Lars