We've encountered an issue exporting this macro. Please try exporting this page again later.
Call this script on a set schedule. It will transition issues that are past due.
string [] keys = selectIssues("project = EX AND duedate is not EMPTY AND duedate < startOfDay()"); for(string k in keys) { autotransition(61, k, true, true, true); }