how to pass assignments separately instead of card.usres=[];
or
how to pass my enitre assignment object to the users in cards i dont want to pass users ids
how to pass assignments separately instead of card.usres=[];
or
how to pass my enitre assignment object to the users in cards i dont want to pass users ids
Hello @SLokesh ,
Could you, please, describe your use-case in more details (the need for assigning users to cards separately)?
The Kanban logic implies that users data objects are passed to the CardShape.users.values / EditorShape and in the cards.users we specify only the array of the corresponding users ids (for multiple users), so we cannot pass objects here.