How to copy test cases from one user story to another

Denny Thampi March 11, 2016

I have number of user stories each have number of test case written (in Zephyr) under it. How can I copy all these cases and move it under another set of user stories?

1 answer

0 votes
Brian Ross March 11, 2016

Here is one idea for you to consider.

Add the same label to all the test cases you want grouped under your new User Story (example TC_NewUserStory#).  You should be able to do a bulk update on the test cases, if they are already grouped together, to add the new label.

When all those test cases have the same label on them, do a search on that label name and save the search.  (Go to ISSUES > SEARCH FOR ISSUES > do a search; "labels=TC_NewUserStory#".  Then save that search.)

When you go to relate test cases to something, there should be an option for VIA SEARCH FILTER.  Click that and type in the saved search you just did. 

Now all your test cases should be present.

Suggest an answer

Log in or Sign up to answer