Are you able to share with me the filter which will provide the exact time range for specific dates between e.g. 2017/05/09 to 2017/07/17. I have tried to use worklogDate <= "2017/05/09" and worklogDate >= "2017/07/17" but it gives me nothing at all what is surely impossible for my project.
Jira version v7.1.7
Many thanks
Community moderators have prevented the ability to post new answers.
Hi Adam
You're asking for items before May 2017 AND after July 2017! 0 results is correct.
Switch the signs around to
worklogDate >= "2017/05/09" and worklogDate <= "2017/07/17"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.