clone or copy views in the tests library
For example we have a view with a lot of child views and now We would like to create the same view but with a different parent filter. So we would like to clone the existing tree and modify it instead of creating it from scratch.
-
Amitai Romanelli commented
The idea of cloning a filter would save a lot of time, especially on import.
If I need to make multiple sub filters to create a tree, It would be nice to be able to clone and just update name and 1 field instead of recreating it -
Anonymous commented
We would like to be able to clone filters within a project, and also between projects, when creating the new project (i.e. if the filter is based on a system or custom field that is being cloned, then the filter should be cloned too)
-
Anonymous commented
i also think we need the ability to duplicate filters.
For example: I created a “tree” – sprint # >feature name>user story name>tests types (functunality, ui…..)
If I need to open new sprint in the same project and I don’t want to create this tree again.