Assign back to previous assignee
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
- How to autoassign issue to QA resource without removing developer from assignee?
- Assign back to previous assignee
- Assigning an Issue Preserving The User Load
- Assigning users based on a decision table with SIL™
- Create an issue score custom field
- LDAP searches
- Limit the assignees to a specific group
, multiple selections available,