i don't believe you'll be able to get at it with a filter, but you can use this add on to do so.
https://marketplace.atlassian.com/plugins/jira-timesheet-plugin
I was able to create this filter:
assignee in (A, B, C) AND (labels not in (X, Y, Z) OR labels is EMPTY) AND timespent > 0 AND updated >= "2013/11/11" AND updated <= "2013/11/22"
There is an issue with lables and one needs to specify that it could be EMPTY.
Is there a way to obtain time a person booked to an issue for a specified date range?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a way to obtain time a person booked to an issue for a specified date range?
Not that i'm aware of, which is why the addon has been so helpful for us.
to your suggested filter, using the updated column will likely be unreliable. imagine the case where someone logged time 3 weeks ago. then yesterday the same or a different someone added a comment or changed the status of the issue. that time logged 3 weeks ago will be accounted for because timespent > 0 and updated falls in the proper window.
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.