Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/gIJVci1kyeY" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>

Bitbucket file macroshowLineNumberstruetitleTransitionPastDue.silurlhttps://bitbucket.cprime.io/projects/CAP/repos/sil-script-library/raw/Schedulers_Interval-Cron/TransitionPastDue.sil?at=refs%2Fheads%2FmastersyntaxHighlightingJavaScriptCall this script on a set schedule. It will transition issues that are past due.

Code Block
string [] keys = selectIssues("project = EX AND duedate is not  EMPTY AND duedate < startOfDay()");
for(string k in keys) {
    autotransition(61, k, true, true, true);
}