Skip to end of banner
Go to start of banner

Transition issues that are past due

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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);
}
  • No labels