Hi,
I need to know how much time my team spend in the month (field: SUM(time spent) ) by project.
I tried use the filter worklogDate.
category = "Service Desk" AND worklogDate >= startOfMonth(-1) AND worklogDate < endOfMonth(-1) AND project in (SVC)
But I not so sure that is the right filter .
Any ideas?