This endpoint allows you to create a new card in a specified team workspace by providing a set of required and optional parameters. Key required fields include:
title: The name of the cardlist_id: The ID of the list where the card will be placedboard_id or sprint_id: One of these fields must be provided to specify where the card belongs toThe card’s content has a character limit of 102400, and timestamps like due_date and start_date are
specified as Unix timestamps in seconds. Enum fields include status (committed, started, completed, cancelled)
and icon types (image, emoji, icon).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Card object that needs to be created
"My Card"
"114"
102400"Some card content"
Format of the content field. When set to 'markdown', the server converts the content from GitHub Flavored Markdown to HTML before storage. Defaults to 'html'.
html, markdown 1
unix timestamp in seconds
1608742037016
unix timestamp in seconds
1608742037016
"5"
"1"
"8"
0 <= x <= 41
effort estimation enum for the card. 1 is least, 5 is greatest. will map to different values depending on project settings.
1 <= x <= 53
Optional card ID to set as parent
Optional epic ID to add card to
Optional Board Email reference when creating a card from an email
"b291eKoaaLn5"
describes a user or robot that created or updated a resource
Optionally specify checklist(s) to create and add to the card
ID of the form that created this card, if any
ID of the user that created this card from form submission
Card created