Need to Create a Dashboard
1.Project =TIG
2.Issue type=Technical Incidents
3.Priority =High,Medium,Low
4.Duration=Last 3 months of 2025
You can do this easily in Jira:
1. Go to Dashboards → Create dashboard.
2. Add a Filter Results or Pie Chart gadget.
3. Create a filter with this JQL:
project = TIG
AND issuetype = "Technical Incidents"
AND priority in (High, Medium, Low)
AND created >= startOfMonth(-3)
4. Save the filter and select it in the dashboard gadget.
This will show incidents from the last 3 months.
Hi,
You can create your own dashboard following theses KB :
Create and edit dashboards | Jira Cloud | Atlassian Support
List of gadget to add to your dashboard:
Dashboard gadgets | Atlassian Support
If you need more help you can add more context and details to your request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.