I set up a query for tests in some newly set up test executions by using the function of issue in testExecutionTests(). Since the newly set up test executions have not started, the latest execution status should be TODO. These tests have previous test executions. If the previous execution status is Pass, the latest execution status shows as TODO. However, if the previous execution status is Fail, the latest execution status shows as Fail, not as TODO. Is this a known issue? Thanks!