Rally Software

 View Only
  • 1.  How can I bulk delete Test Case Results?

    Posted Feb 01, 2019 06:40 AM

    I tried running a query using the Custom List app, but it doesn't allow bulk selection of the found Test Case Results (and therefore bulk deletion) as I could have if querying, for example, Test Cases on that same Custom List.



  • 2.  Re: How can I bulk delete Test Case Results?
    Best Answer

    Broadcom Employee
    Posted Feb 01, 2019 11:23 AM

    Hi Carol,  Unfortunately it is not possible to bulk delete Test Case Results within Rally.  You can however use the API and loop through each Test Case Result and send an HTTP DELETE to each Result.  As always we recommend that you test your code in your Sandbox environment before running it on your Production instance.  There is No Undo once you delete Test Case Result, please be careful when executing such code on your Production instance. 

     

    -Edwin



  • 3.  Re: How can I bulk delete Test Case Results?

    Posted Feb 12, 2019 04:39 AM

    Any plans to change that? Shouldn't be a great deal, right?

    Thanks for the quick answer!