mirror of
https://github.com/plankanban/planka.git
synced 2025-12-11 01:10:29 +03:00
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?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1233
Author: @symonbaikov
Created: 7/4/2025
Status: 🔄 Open
Base:
master← Head:feat/api-create-card-with-custom-fields📝 Commits (1)
ffb9693feat(api): allow setting custom fields when creating a card via API (closes #1155)📊 Changes
2 files changed (+34 additions, -0 deletions)
View changed files
📝
server/api/controllers/cards/create.js(+7 -0)📝
server/api/helpers/cards/create-one.js(+27 -0)📄 Description
What’s new
customFieldsobject in the request body to/api/lists/{listId}/cards.Usage Example
Endpoint:
POST
/api/lists/{listId}/cardsRequest Body:
intern— the name of the custom field group.SapID— the name of the field within the group."5635666"— the value to set.Example Success Response
Notes & Limitations
Closes #1155
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.