Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
string [] h = fieldHistory(key, "assignee");
string a;

if(isNotNull(h[1])) {
    a = h[1];
}
else {
    a = h[3];
}

assignee = a;
We've encountered an issue exporting this macro. Please try exporting this page again later.