PowerTrello
PowerTrello copied to clipboard
PowerTrello is a PowerShell module for interacting with the Trello web service.
Everything has worked so far such as Get-Trelloboard, Get-TrelloList, Get-TrelloCard, New-TrelloCard, and Move-TrelloCard on the same board. When adding the ToBoardName parameter I get the error below. When debugged all...
$paramToTrelloFieldMap = @{ 'Name' = 'name' 'Description' = 'description' 'Due' = 'due' 'ListId' = 'idList' } Description map should be as follows 'Description' = 'desc'
Hi Adam, I have tried `-fileSource "C:Path\Path\File.pdf"` and ``` $File = Get-Item -Path "C:Path\Path\File.pdf" -fileSource $File ``` and ``` $File = [IO.File]::ReadAllBytes("C:Path\Path\File.pdf") -fileSource $File ``` and added `'ContentType' = 'multipart/form-data'`...
Hello, Already, it's a great job. Thanks for these scripts I'm trying to retrieve the last comment from a trello card. How can I do it? Thanks in advance, Best...
The only code that I have found for managing labels on a card is in New-TrelloCard. I do not see a way to update an existing card.
Whenever I try to add a trello board member by email it won't set the type the type is always normal instead of what I define