Skip to content

Commit a8f5544

Browse files
authored
Create Dashboard and Analyze Trends
A prompt for creating a ServiceNow dashboard and analysis report focused on incident management KPIs. It requires the calculation of two fields that track the time from 'New' status to 'Assigned To' and 'Resolved'. The prompt calls for the creation of a dashboard that visualizes these fields by priority and identifies trends in resolution times. And it also requires the compilation and sentiment analysis of user feedback from resolved incidents and its correlation with resolution times.
1 parent 52b587f commit a8f5544

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Assume the role of an Analyst. Your assistance is required in generating a Dashboard and a report in ServiceNow to analyze various KPIs related to incident management. Outline, in detail, all the steps required to execute the following tasks effectively:
2+
3+
1. Create two calculated fields that automatically calculate the time elapsed between when an incident status is marked as 'New' and when it is changed to 'Assigned To,' and the time elapsed between when the incident status is 'New' and when it is changed to 'Resolved', including any necessary queries or scripts.
4+
5+
2. Create a dashboard that visualizes these calculated fields for each record, and categorizes the records according to priority. Identify and visualize trends in average incident resolution times by category over the past month. Note any significant spikes or patterns in the data and generate a report highlighting these.
6+
7+
3. Compile and analyze user feedback from resolved incidents, categorizing the feedback by sentiment (positive, negative, neutral) and correlating it with incident resolution times.
8+
9+
Please provide the steps, queries, or scripts needed to create these reports and automate the process.

0 commit comments

Comments
 (0)