[PR #572] [CLOSED] added new custom service with slack integration helper functions; add… #1051

Closed
opened 2026-02-04 21:46:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/572
Author: @chembrad44
Created: 12/23/2023
Status: Closed

Base: masterHead: slack-bot-integration


📝 Commits (1)

  • 1043dac added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/572 **Author:** [@chembrad44](https://github.com/chembrad44) **Created:** 12/23/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `slack-bot-integration` --- ### 📝 Commits (1) - [`1043dac`](https://github.com/plankanban/planka/commit/1043dacd67d036e68f6bd5eb7b38ba85b74fbbc8) added 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) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description …ed axios package; added notifications for card create, delete, and update (move); added notifications for comment create --- <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 21:46:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1051