Hi, we have a query that looks for certain status having been on an issue during a certain time period. It works in legacy boards. However, on the Next Gen board we can query and find these stories by status, until we try to do a Status in a given time period.
.............. AND status changed during (2020-01-01, 2020-03-31) AND status was in (“In Progress”, “Code Review”) during (2020-01-01, 2020-03-31)
Just querying for the status we find the issues. But not when adding the "during" portions. This works in old boards.