mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Set Custom Field via API / Create Card with Custom Field #716
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CrazyHenk44 on GitHub (May 27, 2025).
Is this a feature for the backend or frontend?
Backend, Frontend
What would you like?
I'd like to be able to set a custom field when creating a card.
Something like (php):
Why is this needed?
I want this because I want to automatically create cards from our internal system, but I don't want to make duplicate entries, so I would like to add an SapID to each card, so I can check if the card already exists on the board, before creating a card.
Other information
The API does not seem to provide calls to set a custom field.
@symonbaikov commented on GitHub (Jul 4, 2025):
Working on this feature.