Skip to content

Commit 96e5987

Browse files
authored
Merge pull request #110 from makeplane/chore-update_slack_manifest
[SILO-326] chore: Update slack manifest template
2 parents 54654ab + da45f6a commit 96e5987

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

self-hosting/govern/integrations/github.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ To configure GitHub integration, you'll need to create a GitHub App within your
136136
GITHUB_PRIVATE_KEY=<private_key>
137137
```
138138

139-
8. Save the file and restart the instance.
139+
9. Save the file and restart the instance.
140140

141-
9. Once you've completed the instance configuration, [activate the GitHub integration in Plane](https://docs.plane.so/integrations/github).
141+
10. Once you've completed the instance configuration, [activate the GitHub integration in Plane](https://docs.plane.so/integrations/github).

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)