-
Notifications
You must be signed in to change notification settings - Fork 0
/
settingsmeta.json
61 lines (61 loc) · 1.84 KB
/
settingsmeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "JIRA",
"skillMetadata": {
"sections": [
{
"name": "Server",
"fields": [
{
"name": "url",
"type": "text",
"label": "Server API URL base",
"value": "",
"placeholder": "http://serverhost.domain.tld:8080/"
}
]
},
{
"name": "Login",
"fields": [
{
"type": "label",
"label": "JIRA Service Desk technician login credentials required for API utilization."
},
{
"name": "username",
"type": "text",
"label": "Username",
"value": ""
},
{
"name": "password",
"type": "password",
"label": "Password",
"value": ""
}
]
},
{
"name": "Optional Contact Information",
"fields": [
{
"type": "label",
"label": "Human contact information for Mycroft to relay to customers."
},
{
"name": "support_email",
"type": "text",
"label": "Service Desk email address",
"value": "[email protected]"
},
{
"name": "support_telephone",
"type": "text",
"label": "Service Desk telephone",
"value": "333-555-1212"
}
]
}
]
}
}