PowerTrello icon indicating copy to clipboard operation
PowerTrello copied to clipboard

Update-TrelloCard

Open chatton1885 opened this issue 3 years ago • 0 comments

$paramToTrelloFieldMap = @{ 'Name' = 'name' 'Description' = 'description' 'Due' = 'due' 'ListId' = 'idList' }

Description map should be as follows 'Description' = 'desc'

chatton1885 avatar Jun 11 '21 03:06 chatton1885