I am using default vacation request example. I made the changes to the All Tasks section, under assignee field i am displaying all the users of a particular group. So that the logged in user can assign that task to any of the user from the group. On selecting the particular user, i am getting that user id and calling the setAssignee method by passing the task id and the user id. No error is thrown while executing this. But the problem is when i assign a task to user2 and logged in as user2 and goes to My Tasks section, I am not seeing this.
But if I go to All Tasks section, under assignee column it is displaying user2 name as the assignee for that particular task.
What should i do if i want to get this task under user2's My Tasks list?
Any help appreciated.
Thanks,
Srikanth