how can i create a card with a specific due date time using api ?

Wolf Awais
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 4, 2024

i want to create a card using api key on trello with a specific time (say 5 pm) at the due date. how can i do that

 

1 answer

1 vote
Rasmus Wulff Jensen
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 4, 2024

If you want to do it raw (any programming language):

Using the create card endpoint: https://developer.atlassian.com/cloud/trello/rest/api-group-cards/#api-cards-post you set the due field (and the mandatory listId and Name)... The due date need to be in format yyyy-MM-ddTHH:mm (UTC).


If you use C# you can use this API wrapper to have an easier time: https://www.nuget.org/packages/TrelloDotNet

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events