Skip to content

Commit 98bc9ff

Browse files
authored
Merge pull request #124 from ServiceNow/scratch/workspace_forms
extend form tasks into workspace form tasks
2 parents b7b2b82 + 3af7d49 commit 98bc9ff

File tree

3 files changed

+825
-0
lines changed

3 files changed

+825
-0
lines changed
Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
[
2+
{
3+
"fields": {
4+
"business_impact": "Business impact",
5+
"caller_id": "Caller",
6+
"category": "Category",
7+
"caused_by": "Caused by Change",
8+
"close_code": "Resolution code",
9+
"close_notes": "Resolution notes",
10+
"cmdb_ci": "Configuration item",
11+
"contact_type": "Channel",
12+
"description": "Description",
13+
"impact": "Impact",
14+
"knowledge": "Knowledge",
15+
"number": "Number",
16+
"parent_incident": "Parent Incident",
17+
"short_description": "Short description",
18+
"urgency": "Urgency",
19+
"work_notes": "Work notes"
20+
},
21+
"task_fields": [
22+
"caller_id",
23+
"description",
24+
"impact",
25+
"short_description",
26+
"business_impact"
27+
],
28+
"template_record": {
29+
"caller_id": "Rick Berzle",
30+
"category": "Hardware",
31+
"description": "Hard drive has been making a loud grinding noise for the last two days.",
32+
"impact": "2 - Medium",
33+
"severity": "3 - Low",
34+
"short_description": "Seem to have an issue with my hard drive...",
35+
"urgency": "3 - Low",
36+
"business_impact": "Something is wrong"
37+
}
38+
},
39+
{
40+
"fields": {
41+
"business_impact": "Business impact",
42+
"assignment_group": "Assignment group",
43+
"business_service": "Service",
44+
"caller_id": "Caller",
45+
"category": "Category",
46+
"caused_by": "Caused by Change",
47+
"close_code": "Resolution code",
48+
"close_notes": "Resolution notes",
49+
"cmdb_ci": "Configuration item",
50+
"contact_type": "Channel",
51+
"description": "Description",
52+
"impact": "Impact",
53+
"knowledge": "Knowledge",
54+
"number": "Number",
55+
"parent_incident": "Parent Incident",
56+
"problem_id": "Problem",
57+
"resolved_by": "Resolved by",
58+
"rfc": "Change Request",
59+
"service_offering": "Service offering",
60+
"short_description": "Short description",
61+
"urgency": "Urgency",
62+
"work_notes": "Work notes"
63+
},
64+
"task_fields": [
65+
"caller_id",
66+
"description",
67+
"impact",
68+
"short_description",
69+
"business_impact"
70+
],
71+
"template_record": {
72+
"caller_id": "Fred Luddy",
73+
"description": "The hotfix was installed on my PC and now some of my applications have stopped working. Can I roll back to the previous version?",
74+
"impact": "1 - High",
75+
"short_description": "Please remove the latest hotfix from my PC",
76+
"business_impact": "We are working on it"
77+
}
78+
},
79+
{
80+
"fields": {
81+
"assignment_group": "Assignment group",
82+
"business_impact": "Business impact",
83+
"business_service": "Service",
84+
"caller_id": "Caller",
85+
"category": "Category",
86+
"caused_by": "Caused by Change",
87+
"close_code": "Resolution code",
88+
"close_notes": "Resolution notes",
89+
"cmdb_ci": "Configuration item",
90+
"contact_type": "Channel",
91+
"description": "Description",
92+
"impact": "Impact",
93+
"knowledge": "Knowledge",
94+
"number": "Number",
95+
"parent_incident": "Parent Incident",
96+
"problem_id": "Problem",
97+
"resolved_by": "Resolved by",
98+
"rfc": "Change Request",
99+
"service_offering": "Service offering",
100+
"short_description": "Short description",
101+
"urgency": "Urgency",
102+
"work_notes": "Work notes"
103+
},
104+
"task_fields": [
105+
"caller_id",
106+
"description",
107+
"impact",
108+
"short_description",
109+
"business_impact"
110+
],
111+
"template_record": {
112+
"caller_id": "Abel Tuter",
113+
"description": "Forgot password and unable to log in. Can you reset or resend my password?",
114+
"impact": "3 - Low",
115+
"short_description": "Reset my password",
116+
"business_impact": "trivial reset password"
117+
}
118+
}
119+
]

0 commit comments

Comments
 (0)