Skip to main content
Version: 2.2.3

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

ColumnRequiredTypePrecisionDescription
OIDINTERFACEXTEXT32Primary key - Identifies an item to be imported into SoftExpert Suite.
FGIMPORTXNUMERIC2Import status:
1 - New;
2 - In progress;
3 - Finished;
4 - Error.
CDISOSYSTEMXNUMERIC10Code of the system for which the integration will be performed:
275 - Code of the SoftExpert Kanban component.
FGOPTIONXNUMERIC2Code of the operation to be performed:
1 - Insert task;
2 - Edit task.
NMFIELD01TEXT255Task ID #: composed of workspace prefix plus task order.
NMFIELD02XTEXT255Workspace prefix
NMFIELD03XTEXT255Task type
NMFIELD04XTEXT255Priority
NMFIELD05XTEXT255Title
NMFIELD06TEXT255Deadline. It must be entered in the YYYY-MM-DD format.
NMFIELD07XTEXT255Reporter user ID
NMFIELD08TEXT255Assignee ID
NMFIELD09XTEXT255ID of the user who created the task
NMFIELD10TEXT255Sprint title
NMFIELD11TEXT255Task estimate
NMFIELD12TEXT255Planned start date. It must be entered in the YYYY-MM-DD format.
DSFIELD01TEXT4000Description
DSFIELD02TEXT4000Attributes
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_attribute1
Note: 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.
DSFIELD03TEXT4000Initiatives
Example:
initiative1; initiative2; initiative3.