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 automate an issue to close automatically if it stays in "waiting for reporter" status for more than 3 days?
Hi Stephen - Welcome to the Atlassian Community!
You can use a Scheduled trigger to do that. Have it run every 1 days.
The JQL will look something like: project = ABC and status changed to "waiting for reporter" after -3d
Then add a New action to Transition issue to Done or Closed or whatever the status is.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great! Glad I could help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
what about for an specific issue, under a request type, but its an automate issue created by one of our devices, and I only need to automized the closing of this issue, not all issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David - Welcome to the Atlassian Community!
First, can you open this as a new question under a new post? That way more people will see it and not just the people on this thread. Thanks!
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.