-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
57 lines (57 loc) · 1.52 KB
/
sample.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
{
"data": [
{
"projectName": "SPRNETSOCIALDB",
"title": "Spring.NET Social Dropbox open issues",
"jiraHost": "jira.spring.io",
"path": "/rest/api/latest/search?jql=project%20in%20(\"Spring.NET%20Social%20Dropbox\")%20AND%20type%20%3D%20Bug",
"auth": null,
"ooslaFiltering": {
"criteria": {
"Blocker": "1.5",
"Major": "3",
"Critical": "3",
"Normal": "5",
"Minor": "200"
}
}
},
{
"projectName": "CodeHaus",
"title": "Code Haus Minor Open Issues",
"jiraHost": "jira.codehaus.org",
"path": "/rest/api/latest/search?jql=issuetype%20%3D%20Bug%20AND%20createdDate%20>%20startOfMonth()%20AND%20type%20%3D%20Bug%20AND%20status%20%3D%20Open%20AND%20priority%20%3D%20Minor",
"auth": null,
"ooslaFiltering": {
"criteria": {
"Blocker": "1.5",
"Major": "3",
"Critical": "3",
"Normal": "5",
"Minor": "200"
}
}
}
],
"generateReport": {
"dustTemplate": "templates/report.dust",
"templateData": {
"reportTitle": "JIRA consolidated bug report"
},
"reportName": "report.html"
},
"sendEmail": {
"fromEmail": "JIRA defect tracker <[email protected]>",
"toEmail": [
"toUsername"
],
"toEmailFilter": null,
"ccEmail": [
"ccUsername"
],
"ccEmailFilter": null,
"emailExtension": "@example.com",
"subject": "GPF Bug status",
"addDateToSubject": true
}
}