I can import an enumeration list from excel file??
One answer
there is no built in function to do this.
if you use Eclipse, and look at the process config XML for enums, you will see the text layout
then you can use Excel text and concatenate function to make the appropriate text for your new enums, then cut/paste that text into the process xml..
I did this for 100 enums for a project
use care not to change the IDs of each enum over time, as it will mess up your workitems
if you use Eclipse, and look at the process config XML for enums, you will see the text layout
then you can use Excel text and concatenate function to make the appropriate text for your new enums, then cut/paste that text into the process xml..
I did this for 100 enums for a project
use care not to change the IDs of each enum over time, as it will mess up your workitems