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.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.