I am trying to run a query using a resolution date and retrieve a list of results with the actual status according to the resolution date.
When running this query today, I receive a list with the resolved bugs while I would like to know if they were open during this period of time.
In my case, I would like to request the query using a rest API and if the bug was "open" on the 01-01-2017, I'd like to get it in the response even though it is closed now.
Thanks!
Update: Resolution date displays the current status of an issue between dates but not the status according to the dates mentioned in the query itself.
resolutiondate > "2017/01/01" and resolutiondate < "2017/02/01"