-
Notifications
You must be signed in to change notification settings - Fork 0
/
blockspring.json
58 lines (58 loc) · 1.15 KB
/
blockspring.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
{
"id": "jira-import",
"user": "craigedmunds",
"title": "JIRA Import",
"description": "",
"parameters": [
{
"label": "Protocol",
"name": "serverProtocol",
"type": "text",
"help_text": "",
"placeholder": "https",
"optional": false,
"default": "https"
},
{
"label": "Host",
"name": "serverHost",
"type": "text",
"help_text": "",
"placeholder": "jira.atlassian.net",
"optional": false,
"default": ""
},
{
"label": "Port",
"name": "serverPort",
"type": "text",
"help_text": "",
"placeholder": "443",
"optional": false,
"default": "443"
},
{
"label": "User",
"name": "userName",
"type": "text",
"help_text": "",
"placeholder": "",
"optional": false,
"default": ""
},
{
"label": "Password",
"name": "password",
"type": "text",
"help_text": "",
"placeholder": "",
"optional": false,
"default": ""
}
],
"is_public": true,
"is_open_source": true,
"language": "js",
"updated_at": 1443132880,
"created_at": 1443131957
}