forked from CSPF-Founder/JavaVulnerableLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcx.config
45 lines (45 loc) · 1.12 KB
/
cx.config
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
{
"additionalProperties":{
"cxFlow":{
"application":"JLABSRES",
"branches":[
"main",
"master"
],
"bugTracker":"JIRA",
"jira":{
"project":"JLABSRES",
"issue_type":"Bug",
"opened_status":[
"To Do",
"In Progress",
"In Review"
],
"closed_status":[
"Done"
],
"open_transition":"In Progress",
"close_transition":"Done",
"priorities":{
"High":"High",
"Medium":"Medium",
"Low":"Low"
},
"fields":[
{
"type":"result",
"name":"application",
"jira_field_name":"Application",
"jira_field_type":"label"
},
{
"type":"result",
"name":"category",
"jira_field_name":"Category",
"jira_field_type":"label"
}
]
}
}
}
}