Navigation:  Integration via SOAP web services > Published web services > Kanban >

createTask

Previous  Top  Next

This method allows adding:

Kanban task;

 

To insert each of these items, it is necessary to follow the standard documented below.

 

Java class

Request

web\wwwroot\ws\java\task\CreateTaskRequestType.java

Return

web\wwwroot\ws\java\task\CreateTaskResponseType.java

 

Request

ID #

Required

Description

WORKSPACE

X

Workspace prefix

TASKTYPE

X

Task type

PRIORITY

X

Priority name

TITLE

X

Title

DTDEADLINE

 

Deadline. Must be entered in the YYYY-MM-DD format.

DESCRIPTION

 

Description

IDREPORTER

X

Reporter user ID #

IDASSIGNEE

 

Responsible user ID #

IDCREATOR

X

Creator user ID #

ATTRIBUTE

X

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_attibute1

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.

SPRINT

 

Sprint title

ESTIMATE

 

Task estimate

DTSTARTPLAN

 

Planned start date. Must be entered in the YYYY-MM-DD format.

 

Return

ID #

Description

return

SUCCESS: Record successfully created. Task ID.

FAILURE: Message with the error found.