Is it possible to automatically reopen an issue after it has been "resolved" for a specific number of days?

LeKisha Boswell February 17, 2016

I would like to reopen issues in a project after they've been closed for more than 30 days. Please advise. Thanks!

 

2 answers

1 vote
Sheral Hewes February 17, 2016

You can download the JIRA Automation Plugin and setup a rule that runs a scheduled jql query with your criteria. Then configure the action to transition the matching issues using a transition id in your workflow that maps the status to reopen.

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 17, 2016

There are a couple of ways to do this.

  • Using the native JIRA native features, just create a script/code that utilize the JIRA APIs and put it in your favorite cron scheduler
  • Take a look at the JIRA ScriptRunner Escalation Service add-on

Suggest an answer

Log in or Sign up to answer