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 the most out of Jira
Explore the interface and basic Jira terms, then discover how to effectively manage your work.
Learning Path
Atlassian tools and practices for developers
Focus on your development work by using Jira software features and functions efficiently.
Atlassian Certified Associate
Jira Software Essentials certification
Demonstrate proficiency in utilizing essential Jira features and working efficiently with Agile frameworks like Kanban and Scrum.