JIRA query to display time spent on a particular day.
For example, there will be multiple tickets user works on a particular day. User logs work say 3h for 1 ticket & 5h for another ticket.
How can I display the sum as 8h logged on that particular day using JIRA query?
Below query lists the 2 tickets in this case, but I need to know how to sum the time spent:
worklogAuthor = currentUser() AND worklogDate = "date"
Below query displays today time spent for 2 tickets but I need to know timespent on particular date:
issueFunction in aggregateExpression("Total Points", "timespent.sum()")
Not OOTB. I use Time Reports addon for this but there are other offerings in the marketplace
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.