Store data into the RTC database
Accepted answer
One other answer
Comments
Thanks Sam and Arun for your replies. The last thing I want to know is if I can pull data from an excel spreadsheet so I can use it in a custom attribute. I have an attribute (enumeration) that will need to have about 100 possibilities and I don't want to manually enter these in by hand. I know it seems epic but that's one of the criteria that will need to be selected on the work item.
Thanks again.
not directly, but you can do it..
if you look at the XML of the process config and find where the other enums are defined, then you can see the text..
and then you can use excel functions to generate the text for the new entries and copy paste them into the xml..
be careful over time that a value doesn't change its ID..
Excellent, found the XML and the location to add them in. Thanks Sam! I see you've been on here for a while Sam so feel free to answer my other question (in another post) regarding plugins :)