Hi,
For the bulk close and bulk move you could write a plugin and use the job scheduler to run it as a cron. There's a guide here. Another way to do would be to define a service in ScriptRunner that would call a groovy script every 2 weeks. There's an example here.
For the automated email, create a filter that searches for all issues that are in an "awaiting input" state (however you define that) whose status hasn't changed in 1 week and the assignee is currentUser(). Share the filter and subscribe all users to that filter with the caveat that if no issues are returned the mail shouldn't be sent. Since the filter will be run separately for each user, only users who have such an issue will get the nag mail.
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.