Custom Field Type Change
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Custom Field Type Change
Hi,
The field type was incorrectly selected when creating the custom field in the 'Custom Fields: Test Cases' part. While 'Text Field (Multi Line)' should be selected as the field type, 'Text Field (Single Line)' is selected. We want to change the field type to 'Text Field (Multi Line)'. However, this change will affect more than 600 test cases. Therefore, we should do this without losing data.
How can we make this field type change? How can we change the field type from 'Text Field (Single Line)' to 'Text Field (Multi Line)'?
What are your suggestions?
Thanks.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Your best option would be to contact SmartBear support and ask if they can do something on the backend for you. I've no idea if they have the ability to do this but if they can't:
Next best option is to use the API as it has an UPDATE endpoint meaning in theory that you should be able to a) create your new custom field, and b) add the text to your new field (cleaning up the old text by using the UPDATE endpoint or maybe deleting the custom field if the UI permits
Next option is more involved and uses the UI features. If you haven't run any test executions on your test cases, you could 1) create your new custom field, 2) export your test cases to CSV, 3) move your data from old to new fields, 4) archive your old test cases, 5) import your amended test cases, 6) re-do the work in getting test cases into test case folders, test cycles, etc. Note: if you have run any test executions, then you're going to want to keep those test results and an export/import isn't going to work.
That's all I can think of right now.
Need more help? Feel free to connect with me on LinkedIn: https://www.linkedin.com/in/andrew-barbet-548a234/
