Similar to this post about finding tickets updated on a Friday, we need a way to list all tickets that have not been updated by an agent within the last 2 or 3 days excluding weekends/non-working days such as bank holidays. Current filter (which currently includes weekends):
status not in ("On Hold - Not prioritised", Rejected, Resolved, Closed, Cancelled) AND updated <= -5d ORDER BY updated ASC
If anyone knows how to add the agent part too that would be awesome as currently the above includes both agent & customer updates.
We then want to display this data in a filter results gadget.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get started with Jira Software
New to Jira Software? These short, self-paced courses will teach you what you need to know to get up and running quickly.
The Beginner's Guide to Agile in Jira
Learn what agile, kanban, and scrum are and how agile works in Jira Software.
Realizing the Power of Jira Reporting and Dashboards
Use out-of-the box reporting and dashboard capabilities to view and assess progress and bottlenecks within projects.