Skip to content

Commit e9d5a20

Browse files
authored
Create Prompt for Creating an Incident Trends Report
This repository contains a report that analyzes incident trends over the last quarter in ServiceNow. The report focuses on incident distribution by priority level and average resolution times.
1 parent 2391445 commit e9d5a20

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
### Prompt for Creating an Incident Trends Report
2+
3+
**Prompt:** Develop a report that analyzes incident trends over the last quarter. The report should focus on the following aspects:
4+
- Distribution of incidents by priority level (e.g., Critical, High, Medium, Low).
5+
- Average resolution times for incidents by priority level.
6+
- Identification of any trends or patterns in incident resolution.
7+
8+
**Structure:** Outline the steps required to gather the necessary data, analyze it, and present the findings in a visually appealing report format.
9+
10+
---
11+
12+
### Expected Output:
13+
14+
1. **Define Report Scope:**
15+
- Timeframe: Last quarter (e.g., July 1 - September 30).
16+
- Data points to analyze:
17+
- Number of incidents by priority level.
18+
- Average resolution time by priority level.
19+
- Trend analysis (e.g., increase/decrease in incidents over the quarter).
20+
21+
2. **Gather Data:**
22+
- Navigate to **Reports > Create New** in ServiceNow.
23+
- Use the following filters in the report configuration:
24+
- Table: **Incident**
25+
- Condition:
26+
- `Opened on` is on or after the start date of the last quarter.
27+
- `Opened on` is on or before the end date of the last quarter.
28+
- Group by: `Priority`
29+
- Calculate:
30+
- Count of incidents.
31+
- Average resolution time (using the `Resolved` and `Opened` fields).
32+
33+
3. **Create the Report:**
34+
- Choose the report type (e.g., Pie Chart, Bar Chart, or List).
35+
- Set the report title (e.g., "Incident Trends Report - Last Quarter").
36+
- Configure visualizations:
37+
- Pie chart for the distribution of incidents by priority.
38+
- Bar chart for average resolution times by priority level.
39+
40+
4. **Analyze the Data:**
41+
- Review the generated report to identify any significant trends:
42+
- Which priority levels had the most incidents?
43+
- Were there any priority levels that took significantly longer to resolve?
44+
- Are there patterns that indicate recurring issues or bottlenecks?
45+
46+
5. **Prepare the Report for Distribution:**
47+
- Add an executive summary section that highlights key findings and recommendations.
48+
- Include visual elements (charts, graphs) to enhance readability.
49+
- Ensure the report is clear and concise for stakeholders.
50+
51+
6. **Schedule and Share the Report:**
52+
- Set up a schedule for the report to run automatically at the end of each quarter.
53+
- Configure email notifications to send the report to relevant stakeholders.
54+
55+
7. **Review and Iterate:**
56+
- Gather feedback from stakeholders on the report's usefulness.
57+
- Make necessary adjustments for future reports based on feedback.

0 commit comments

Comments
 (0)