Skip to main content
Version: 2.2.1

TSKTASKINSERT

This method allows inserting a Kanban task through a REST web service.

POST /apigateway/se/generic/gn_webservice/gn_webservice_execute.php

Query parameters:

Query parametersTypeRequiredDescription
cdprodNumericYesProduct code
Constant Value: 275
classnameStringYesClass name used in WADL
Constant value: createtask
classpathStringYesPath to the class used in WADL
Constant value: tsk_import

Example request:

Supported attributes:

Request body parameterTypeRequiredDescription
nmprefixStringYesWorkspace prefix
nmtasktypeStringYesTask type
nmpriorityStringYesPriority name
nmtitleStringYesTitle
dtdeadlineStringDeadline. It must be entered in the YYYY-MM-DD format.
descriptionStringDescription
idreporterStringYesReporter ID
idassigneeStringAssignee ID
idcreatorStringYesCreator ID
attributeStringAttributes.
Example: Attribute_Identifier=attribute_value1,attribute_value2,attribute_value3.
Note: For attributes with a numeric value, the decimal place separator must be . (dot).
sprintStringSprint title
estimateStringEstimated
dtstartpanStringScheduled start date. It must be entered in the YYYY-MM-DD format
initiativeStringInitiative ID # separated by;
Example:
initiative_identifier1;initiative_identifier2;initiative_identifier3.
{
"nmprefix": "string",
"nmtasktype": "string",
"nmpriority": "string",
"nmtitle": "string",
"dtdeadline": "string",
"description": "string",
"idreporter": "string",
"idassignee": "string",
"idcreator": "string",
"attribute": "string",
"sprint": "string",
"estimate": "string",
"dtstartpan": "string"
"initiative": "string"
}

Example response:

200 OK

{
"success": true,
"total": 1,
"results": [
{
"Result": true,
"Code": 1
}
]
}