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/sHkYNDPbCe0" frameborder="0" allowfullscreen></iframe>

...

Assign an issue to the previous assignee

Code Block
string [] testers = usersInRole("TEST", "Product Development Tester");

assignee = testers[0];

Post

...

function

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

string a;

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

assignee = a;

See also

...