Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Does anyone know how to create a codebeamer report or cbql query which does the following?
For Test Runs in a Test Run tracker, compare the modifiedAt field with the corresponding Test Case modifiedAt field, to generate a report of test runs that are out-of-date (i.e. the test case has been modified more recently than the the test-run, so the test-run may need to be re-run)
Solved! Go to Solution.
Yes I found the same, thanks. I was hoping there might be a Cbql query to do it and just list where TestCase.modifiedAt > TestRun.modifiedAt, but can't find enough information on those to progress any further.