TSKTASKINSERT - Create task
This import template allows inserting:
- Kanban tasks.
For the insertion of each one of these items, the standard documented below must be followed.
Insert/Edit
| Column | Required | Type | Precision | Description |
|---|---|---|---|---|
| OIDINTERFACE | X | TEXT | 32 | Primary key - Identifies an item to be imported into SoftExpert Suite. |
| FGIMPORT | X | NUMERIC | 2 | Import status: 1 - New; 2 - In progress; 3 - Finished; 4 - Error. |
| CDISOSYSTEM | X | NUMERIC | 10 | Code of the system for which the integration will be performed: 275 - Code of the SoftExpert Kanban component. |
| FGOPTION | X | NUMERIC | 2 | Code of the operation to be performed: 1 - Insert task; 2 - Edit task. |
| NMFIELD01 | TEXT | 255 | Task ID #: composed of workspace prefix plus task order. | |
| NMFIELD02 | X | TEXT | 255 | Workspace prefix |
| NMFIELD03 | X | TEXT | 255 | Task type |
| NMFIELD04 | X | TEXT | 255 | Priority |
| NMFIELD05 | X | TEXT | 255 | Title |
| NMFIELD06 | TEXT | 255 | Deadline. It must be entered in the YYYY-MM-DD format. | |
| NMFIELD07 | X | TEXT | 255 | Reporter user ID |
| NMFIELD08 | TEXT | 255 | Assignee ID | |
| NMFIELD09 | X | TEXT | 255 | ID of the user who created the task |
| NMFIELD10 | TEXT | 255 | Sprint title | |
| NMFIELD11 | TEXT | 255 | Task estimate | |
| NMFIELD12 | TEXT | 255 | Planned start date. It must be entered in the YYYY-MM-DD format. | |
| DSFIELD01 | TEXT | 4000 | Description | |
| DSFIELD02 | TEXT | 4000 | Attributes Example: identifier_of_attribute1=value_of_attribute1; identifier_of_attribute2=value_of_attribute2; identifier_of_attribute3=value_of_attribute3.Example with a multivalued attribute: identifier_of_attribute1=value1_of_attribute1, value2_of_attribute1, value3_of_attribute1Note: For attributes with a numeric value, the decimal place separator must be ".". For date fields, the value must have the “Y-M-D” (Year-Month-Day) format. | |
| DSFIELD03 | TEXT | 4000 | Initiatives Example: initiative1; initiative2; initiative3. |