Create and then update work items via csv importer/exporter
Hi all.
I want to achieve the following scenario which creates and then updates (to set parent link) work items. 1. import a csv file and create new work items 2. export work items imported at step 1 into the csv file 3. modify the csv file to set parent link 4. import the csv file and update work items My question is how to achieve step 2. Can I export work items that imported at step 1 without using a query? I may do the above process many times and create work items have the same work item type, attributes as already created, so may not be able to query just now imported work items. After importing successfully, imported work items are displayed in the 'work item' view. Ideally, I want to export them from the view, but I couldn't. Does anybody have any idea? Thanks in advance. |
One answer
I don't know of a way to do this without a query. You could add a custom attribute and give it a unique value in your csv. Then find all work items with having the unique value for the custom attribute.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.