Skip to end of banner
Go to start of banner

Assign back to previous assignee

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

Version 1 Next »

Post Function 1:

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

assignee = testers[0];

Post Function 2:

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

string a;

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

assignee = a;

See also


  • No labels