AJAX call to populate enum in work item template
Is it possible to perform an AJAX call to fill an enumerable in a work item in RTC?
e.g. Take data from a DB/RESTful call to another application and fill the results from any data interchange format (JSON, XML) into the enumerable drop down list.
I'm happy to follow a guide, the only thing I could find was a bit of javascript that allowed you to add the field up...
2 answers
Far as I know you cannot create the enum list on the fly. you can select an entry, or fill in a field.
As I understand it, the reason is that this is change and configuration mgmt system, with auditing.
so you could never delete any of the data, because it would change history. an enum entry that is recorded in a workitem but then disappears sometime later with the workitem still coded to use it is a data integrity problem.
As I understand it, the reason is that this is change and configuration mgmt system, with auditing.
so you could never delete any of the data, because it would change history. an enum entry that is recorded in a workitem but then disappears sometime later with the workitem still coded to use it is a data integrity problem.