KevinTheJedi
1) Create Departments Dept1, Dept2
2) Create User1 within Dept1 and User2 within Dept2
3) Create Task1 within Dept1 and Task2 within Dept2
4) Check whether Users can access Tasks.
5) Close both Tasks
6) Check whether Users can access Tasks.
Expected:
4) User1 can access Task1, cannot access Task2;
User2 can access Task2, cannot access Task1;
6) User1 can access Task1, cannot access Task2;
User2 can access Task2, cannot access Task1;
Actual:
4) As expected
6) Both users can access both tasks. While 'foreign' tasks are not seen among Completed for users, they are still accessible by direct link.
Faced into this on production when I had that ticket with a linked task. And that task was in different department.