Web API call "getList" doesn't return swimlaneId #25

Open
opened 2020-01-03 01:29:17 +00:00 by UmbertoF · 1 comment
Owner

Web API call "getList" doesn't return swimlaneId, but return a empty string.
To create a new card it is obligatory to enter the target swimlane id, this is complicated as it is not possible to take the swinlaneId of the list.

Web API call "getList" doesn't return swimlaneId, but return a empty string. To create a new card it is obligatory to enter the target swimlane id, this is complicated as it is not possible to take the swinlaneId of the list.
UmbertoF added the
bug
label 2020-01-03 01:29:17 +00:00
Author
Owner

I temporarily solved using SwimlanesService to get all swimlaneId of a list and filter the default one by title.
When a card is created it must be assigned to the default swimlane.

N.B. The title of default swimlane is "Default", so it's very important don't change it's title so that the card is created successfully.

I temporarily solved using SwimlanesService to get all swimlaneId of a list and filter the default one by title. When a card is created it must be assigned to the default swimlane. N.B. The title of default swimlane is "Default", so it's very important don't change it's title so that the card is created successfully.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kanban/wedroid#25
No description provided.