Web API call "getList" doesn't return swimlaneId #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.