Importing csv values into a custom attribute (drop down) in a RTC custom work item
Hi,
Accepted answer
There is no feature to import enumeration literals into the process configuration. I have answered a very similar question recently and suggested to look into the HTTP filtered value set instead.
Comments
Hi Ralph,
i. Get your language right, you don't import anything, you can set an attribute value using a value provider. You can, as far as I am aware, only set one attribute at a time. Dependent enumerations is not available in this case as far as I know. What I have done in the past for a similar requirement was to combine the values and set only one attributes value, then use calculated value provider to split the data into two attributes.
1 vote
Hi Ralph,
1 vote
Yes Ralph. I used a tomcat server for referring this XML. As I said earlier, my XML normally has 5000+ nodes. Below are the observations.
Guru,
There is no feature to refresh the cache at the moment. So you would have to restart the server. Please create an enhancement request.
True Ralph. In my case, XML will be updated only once in a week (every Friday). I think I can setup the 'Cache Duration' for a weeks time, so RTC will refer to the XML after this timer (once every week). Looks like this will be better, than restarting the RTC server. Will continue using Tomcat for hosting XML. In the future if required, will raise a PMR for enhancement.
One other answer
Have you
- Read the documentation on excel export/import?
- Tried to export a work item with a custom enumeration list attribute?
- Tried to import the export file?
Comments
Thanks Ralph for the quick revert. I need to create a new work item/s manually & not through import. In my case, Work item(custom work item type) with a custom attribute (whoes enumeration values need to be populated from external excel sheet).