-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.json
More file actions
31 lines (31 loc) · 717 Bytes
/
default.json
File metadata and controls
31 lines (31 loc) · 717 Bytes
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
{
"atlassian": {
"user": "LOGIN",
"pass": "PASSWORD",
"host": "someJira.atlassian.net",
"port": 443
},
"confluence": {
"updateConfluence": true,
"spaceKey": "PF",
"confluencePage": "Confluence Tests",
"tableSection": "Requirements",
"pageId": 1739865,
"table_indexes": {
"id": 1,
"title": [1, 2],
"description": [3],
"priority": 4,
"jiraId": 7
}
},
"jira": {
"epicToLink": "FR-2130",
"issueType_name": "Configuration",
"assignee_name": "SGuy",
"fixVersion_id": "17502",
"project_key": "FR",
"confluence_appId": "49bb368d-6cf7-3bd5-ab1d-6a21b0606b02",
"customfield_for_id": "customfield_TO_STORE_ID"
}
}