-
-
Notifications
You must be signed in to change notification settings - Fork 335
Description
Is your feature request related to a problem? Please describe.
When creating a new version of a product, inorder for a user to clone all the test plans and move them to the new versions they have to manually select each test plan one at a time and clone it. This can be very time consuming when there are 50 test plans or more.
Describe the solution you'd like
I was hoping to open up a new PR with a new Version page which duplicates the behavior of the testplan page where it lists all the test cases which you can then select andd to a multi testplan clone of all of them at once. I am looking fior advice on out and can proceed in making this.
Additional context
There are multiple ways to achieve this. Which of the methods would be most advised. Currectly the versions can be found within the admin section of the website and are generated using the defualt AdminModel class. From this list when you select a specific version it directs you to the default admin changeform page.
- The first method would be extent this changeform page and add in the testplan lists and clone functionality found in the testplan page.
- Second method is to create a new version page which copies the full style of the testplan page but for version information. when selecting the version from the admin version list it would redirect to this page, and from this page you can be directed to the changeform page.
- Third, Within the search tab include a new search for version page. which from there you can then be redirected to a new version page also copying the behavior of the test plan page.