gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
47 stars 42 forks source link

not being able to update or delete the `automation_id` custom attribute #98

Closed shivangipathak01 closed 2 years ago

shivangipathak01 commented 2 years ago

TestRail CLI Version

1.3.0

CLI Environment

Python 3.10

TestRail Version

7.0.1.1013

TestRail Instance Type

Enterprise Cloud

Current behavior

As described here https://support.gurock.com/hc/en-us/articles/7146583042068#01G74W5ZPF022D5E3SGYGA0MM9, we set up a custom attribute called automation_id with the type String, however, String has a character limit of 250 characters, hence we wanted to change the type for this attribute to text. But for some reason TestRail doesn't allow me to update the type for this attribute, nor am I able to delete this attribute to make a new one with type text. Can you please look into it and see maybe if I'm doing something wrong or if this functionality is not offered by TestRail yet?

Desired behavior

No response

More Details

No response