Forum Discussion

qu4tro's avatar
qu4tro
New Contributor
10 months ago
Solved

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...
  • MisterB's avatar
    10 months 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.

     

    Cloud: Zephyr Scale for Jira Cloud API (smartbear.com)

    Server: Zephyr Scale Server API (v1) (smartbear.com)