You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Objective: Automatically change the status of a ticket from "Pending" back to "In Progress" if no updates occur within 7 days.
Steps:
Trigger on Status Change:
Start Monitoring:
7 Days Grace Period:
Inactivity Check:
Automated Status Reversion:
Note: Ensure to configure this automation within your ticketing system's settings.
Additional Info:
If you've tried to set up this automation previously and faced issues with the delay, it's possible that the initial setup might need adjustments. You may want to review your automation rules and scripts to ensure they are correctly configured for the 7-day waiting period.
Images are attached for reference
a query that is working "project = "JIRA testing" AND status IN (Pending)"
I'd suggest the simplest solution would be to use a scheduled job to run every day (or how ever frequently you need to check) ... then find those tickets which not been updated in the past 7 days and update status accordingly.
Something like the following should do the trick ....
I hope thiis helps?
Thanks,
TC.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
also, can you share with me step by-step how you configure this a short video or session on any desk that would be helpful. thank you in advance
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.
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.