Skip to content

Commit 6c7d6f0

Browse files
authored
Changes in manifest (#12)
removed unused commands from manifest
1 parent 506dbfb commit 6c7d6f0

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

SlackBot/manifest.json

+5-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"display_information": {
3-
"name": "JiraGPT"
3+
"name": "JiraGPT-final"
44
},
55
"features": {
66
"app_home": {
@@ -9,26 +9,14 @@
99
"messages_tab_read_only_enabled": false
1010
},
1111
"bot_user": {
12-
"display_name": "JiraGPT",
12+
"display_name": "JiraGPT-final",
1313
"always_online": true
1414
},
1515
"slash_commands": [
1616
{
17-
"command": "/groom",
18-
"description": "Grooms a Jira ticket",
19-
"usage_hint": "DEE-1234678",
20-
"should_escape": false
21-
},
22-
{
23-
"command": "/update",
24-
"description": "Updates the jira ticket with comment",
25-
"usage_hint": "DEE-12356789 Added a new bot",
26-
"should_escape": false
27-
},
28-
{
29-
"command": "/find",
30-
"description": "Find information for documents",
31-
"usage_hint": "what is SPAship",
17+
"command": "/createjira",
18+
"description": "Creates a groomed Jira ticket with your prompt",
19+
"usage_hint": "Create login page function",
3220
"should_escape": false
3321
},
3422
{
@@ -41,7 +29,6 @@
4129
},
4230
"oauth_config": {
4331
"scopes": {
44-
"user": ["admin"],
4532
"bot": [
4633
"app_mentions:read",
4734
"channels:history",

0 commit comments

Comments
 (0)