mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[PR #572] [CLOSED] added new custom service with slack integration helper functions; add… #1051
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/572
Author: @chembrad44
Created: 12/23/2023
Status: ❌ Closed
Base:
master← Head:slack-bot-integration📝 Commits (1)
1043dacadded new custom service with slack integration helper functions; added axios package; added notifications for card create, delete, and update (move); added notifications for comment create📊 Changes
6 files changed (+110 additions, -0 deletions)
View changed files
📝
package.json(+1 -0)📝
server/api/controllers/cards/create.js(+7 -0)📝
server/api/controllers/cards/delete.js(+7 -0)📝
server/api/controllers/cards/update.js(+14 -0)📝
server/api/controllers/comment-actions/create.js(+8 -0)➕
server/api/services/custom.js(+73 -0)📄 Description
…ed axios package; added notifications for card create, delete, and update (move); added notifications for comment create
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.