Details
Assignee
UnassignedUnassignedReporter
Jon MillerJon MillerPriority
TBDDevelopment Team
VolarisTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Jon Miller
Jon MillerPriority
Development Team
Volaris
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created May 12, 2023 at 4:22 PM
Updated March 30, 2024 at 6:55 PM
I found that when adding a single select custom field, it is performing validation against the option id values using a regular expression. You are forced to provide a value staring with opt_ followed by a number. Can you remove that requirement? I want to store either a code value, or the name value itself as the id. The opt_{number} values cause problems with regard to reporting and just working with the data in general.