mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Feature Request] Allow to add a card with Title, Descriptions and Tasks being all added together before the Card is created #685
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 @arnabJ on GitHub (Apr 18, 2025).
Is this a feature for the backend or frontend?
Frontend
What would you like?
I would like to be able to add a new card with the title, description and tasks all present together instead of having to create a card with the title only and then add description and tasks. If Tasks can't be added before the card is created, then at least allow to add both title and description before adding a new card.
Why is this needed?
I am using the
Webhookfunctionality to notify my team members onMattermostwhen a new card is created or when a card is updated. When I add a new card a post is created with just the card title and immediately after that a new post is created for cardUpdate with the description. This just uselessly fills our communication channel with duplicated posts for a single card.Other information
No response