[PR #1377] [CLOSED] feat: assign self to new created task#1360 #1283

Closed
opened 2026-02-04 22:01:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1377
Author: @kekekuli
Created: 10/10/2025
Status: Closed

Base: masterHead: feat/assignSelf


📝 Commits (2)

  • 655b10b feat: assign self to new created task
  • 10d6abd fix: add i18 config for assign self to new created task

📊 Changes

8 files changed (+67 additions, -1 deletions)

View changed files

📝 client/src/components/boards/BoardSettingsModal/PreferencesPane/Others.jsx (+8 -0)
📝 client/src/locales/en-US/core.js (+1 -0)
📝 client/src/locales/zh-CN/core.js (+1 -0)
📝 client/src/models/Board.js (+1 -0)
📝 client/src/sagas/core/services/cards.js (+13 -1)
📝 server/api/controllers/boards/update.js (+9 -0)
📝 server/api/models/Board.js (+11 -0)
server/db/migrations/20251010021556_add_board_setting_to_assign_self_created_card.js (+23 -0)

📄 Description

This solve the enhancement of #1360

In this feature, there have a new toggle button in the boardSettingsModal looks like this:

image

If this toggle ensured, everytime user created new task will assign current user to that card.

It havn't complete the I18 yet, will be done soonner

(updated 2025.10.11) I added english and chinese translation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/1377 **Author:** [@kekekuli](https://github.com/kekekuli) **Created:** 10/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/assignSelf` --- ### 📝 Commits (2) - [`655b10b`](https://github.com/plankanban/planka/commit/655b10b0e164a4496c43ed19eb012fc6578ce7a1) feat: assign self to new created task - [`10d6abd`](https://github.com/plankanban/planka/commit/10d6abd59b3e3884bcaa08c1bff9a74c3be10f49) fix: add i18 config for assign self to new created task ### 📊 Changes **8 files changed** (+67 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/src/components/boards/BoardSettingsModal/PreferencesPane/Others.jsx` (+8 -0) 📝 `client/src/locales/en-US/core.js` (+1 -0) 📝 `client/src/locales/zh-CN/core.js` (+1 -0) 📝 `client/src/models/Board.js` (+1 -0) 📝 `client/src/sagas/core/services/cards.js` (+13 -1) 📝 `server/api/controllers/boards/update.js` (+9 -0) 📝 `server/api/models/Board.js` (+11 -0) ➕ `server/db/migrations/20251010021556_add_board_setting_to_assign_self_created_card.js` (+23 -0) </details> ### 📄 Description This solve the enhancement of #1360 In this feature, there have a new toggle button in the boardSettingsModal looks like this: <img width="1372" height="1242" alt="image" src="https://github.com/user-attachments/assets/7359277a-50cd-48bf-a844-ef5dcc1ab841" /> If this toggle ensured, everytime user created new task will assign current user to that card. ### It havn't complete the I18 yet, will be done soonner (updated 2025.10.11) I added english and chinese translation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 22:01:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1283