File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
self-hosting/govern/integrations Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments