Skip to content

Commit 39734eb

Browse files
update slack manifest with link work item shortcut
1 parent ce597ed commit 39734eb

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

self-hosting/govern/integrations/slack.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,14 @@ To configure Slack integration, you'll need to create a Slack App within your or
4949
{
5050
"name": "Create new issue",
5151
"type": "message",
52-
"callback_id": "create_new_issue",
52+
"callback_id": "issue_shortcut",
5353
"description": "Create a new issue in plane"
54+
},
55+
{
56+
"name": "Link Work Item",
57+
"type": "message",
58+
"callback_id": "link_work_item",
59+
"description": "Links thread with an existing work item"
5460
}
5561
],
5662
"slash_commands": [
@@ -139,8 +145,12 @@ To configure Slack integration, you'll need to create a Slack App within your or
139145
shortcuts:
140146
- name: Create new issue
141147
type: message
142-
callback_id: create_new_issue
148+
callback_id: issue_shortcut
143149
description: Create a new issue in plane
150+
- name: Link Work Item
151+
type: message
152+
callback_id: link_work_item
153+
description: Links thread with an existing work item
144154
slash_commands:
145155
- command: /plane
146156
url: https://[YOUR_DOMAIN]silo/api/slack/command/

0 commit comments

Comments
 (0)