Hi,
I am trying to search for issues whose status changed from 1 value to other within specified date range. Following is the filter that I am using:
project = "ABC" AND status changed from "ready for uat" to Reopened AFTER "2016/05/01" BEFORE "2016/05/15"
it should ideally give the list of issues whose status changed from "ready for uat" to "reopened" between 1st May 2016 to 15th May 2016. But it also includes the issues which are updated after this date.
Am I doing anything wrong. I tried to using DURING keyword as well but even that gives the same result.
Can anyone help?
Hm, your filter seems correct. Issues may be updated after that date, but this does not mean that the status has changed - check the issue history for those issues which seem to be updated after your range.
Issues have been updated after the date range. Ideally, it should not matter as far as other things have been updated for an issue whose status is been updated from ready for uat to reopened between 1st May 2016 to 15th May 2016. but what I am getting is the issues whose status has the mentioned transition after 15th May.
Not sure how to restrict that from happening
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.