Changing datatype of an attribute in RTC project area
Hello,
I have changed the data type of an attribute from Large String to Medium String in project area
Major reason is because I wanted attribute to be appearing in work-item queries - condition (as large string is not supported in WI query conditions.).
One answer
After you created an attribute, you can not just change the type as far as I know. What you can do is:
- Change the display name of the attribute e.g. ThisAttributeWasDeprecated
- Create a new attribute NewAttribute
- Use some automation e.g. csv import/export or the APIs to copy the value from the old to the new attribute
- Remove the old attribute after all data has been moved.