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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How can I auto update Status to 'Wont-Do' if the ticket stays on Hold for more than 30 days?
Status is not really a field, it's an indicator of where an issue is in the process. You do not "set" or "edit" status, you move things through the process.
But I'm being pedantic about the technicalities there.
Yes, you can do this.
Create a new Automation, using "scheduled" as the trigger. I'd probably schedule this to run daily, telling it to use a saved filter for "status changed to on-hold over 30 days ago and status is still on-hold". You can then use the action "transition this issue".
You'll need your workflow to have a transition from on-hold to won't-do
Welcome to Atlassian Community!
If you check the automation library you should see an automation called Resolve issue due to inactivity. It is a scheduled automation that runs once a day, and for your case you just have to change the JQL used in the trigger and the destination transition.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do this with Automation for Jira. There should be some default scripts to modify to suit your this exact need.
-Ben
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.