The CSV Work Item Uploader is a snap-in designed to streamline the process of creating and updating work items in bulk through a CSV file. It efficiently handles any number of work items while providing dynamic error handling and detailed tracking. With comprehensive status reporting, users receive a clear breakdown of successful and failed operations, including row numbers, error reasons, and the display IDs of the created/updatedwork items.
Features
Command-based workflow: Initiate creation/updation by using the
/upload_workitems
command in the timeline.Bulk work item tag: Every work item created or updated is assigned a bulk work item tag to keep track of object operations.
Parallel execution: Operations are performed concurrently, ensuring fast and efficient data processing.
Processing report: A detailed report is shared at the end when the operation is completed, showing each line's status, errors, and the display ID of the work item created or updated.
Sample CSV: A sample CSV is generated with fields marked as mandatory to provide users with a template and information about mandatory fields.
Custom Fields: Supports custom field handling for both the tenant fragment and custom type fragment.
Error handling and Validation: If the CSV lists multiple owners, only the first is set as the owner likewise for each cell multiple validations are done for each cell in the csv file.
Installation
For detailed installation and input CSV format requirements and validation, refer to the CSV work item uploader documentation.