qu4tro
2 years agoNew Contributor
Is it possible to prepend text in existing fields using Bulk Edit?
Greetings, I'd like to be able to add some text at the beginning of the name field for a large set of test cases.. Can this be done in Bulk Edit using a regex of some kind? Is there a different m...
- 2 years ago
That would be a nice thing to be able to do, but I don't know of a way to do it using the UI. You could post an idea to the roadmap portal - I'd vote for that!
The only option I can think of is to use the API and update each test case by code. There's the PUT Update Test Case endpoint if you're on the Cloud version of ZS, or the PUT "/testcase/{testCaseKey}" endpoint if you're on the Server version.