/
Assign issues to the previous assignee
Assign issues to the previous assignee
Assign an issue to the previous assignee
string [] testers = usersInRole("TEST", "Product Development Tester");
assignee = testers[0];
Post function
string [] h = fieldHistory(key, "assignee");
string a;
if(isNotNull(h[1])) {
a = h[1];
}
else {
a = h[3];
}
assignee = a;
, multiple selections available,
Related content
Assign issues to the previous assignee
Assign issues to the previous assignee
More like this
Assign issue(s)
Assign issue(s)
More like this
Assign issues automatically based on workload
Assign issues automatically based on workload
Read with this
Assign an issue while maintaining the user load
Assign an issue while maintaining the user load
Read with this
Adjust an estimate according to assignee
Adjust an estimate according to assignee
Read with this
Limit the assignee to a specific group
Limit the assignee to a specific group
Read with this