How do I assign all tests that have failed a particular milestone to the next milestone irrespective of the parent of the test
I have a system where I assign the failed tests in a particular milestone to the next milestone. Right now I do it manually by creating an instance of the parent requirement and adding the test id to the additional test cases field.
I wanted to check if there's any way of assigning all failed tests to the next gateway without having to do it individually for each test. This is considering that each test may have a different parent requirement.
Thanks in advance.