Hello,
Our team is currently doing weekly sprints, and we're using the Pivot Reports to keep track of the tasks done, performance, etc.
The two main metrics we look at in the Pivot Reports are Time Spent and Story Points, to see. What we noticed however, is that the Time Spent always captures the entire task but it doesn't limit it to the selected Sprint.
Is there any way of seeing the Time Spent only during the period being analyzed?
Thanks!
Hello @Albert Alemany ,
There will be two parts of the answer
1. In order to see only the time logged within the period, you need to switch / add Worklogs tab. Here's a demo report for you:
2. If you need to select issues that had time logs during the last week, you can use the following JQL:
worklogDate >= startOfWeek(-1w) AND worklogDate < startOfWeek()
This piece could be used either as a part of your source search query and/or JQL for slices.
Please let me know if this answers your question.
For some reason I have issues posting links to JQL reference here. So, here's a separate message with yet another attempt:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Dmitry,
This is exactly what we need!
Thanks a lot for the quick answer.
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.