diff --git a/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php b/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php --- a/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php @@ -57,9 +57,12 @@ private function buildTasksView(PhabricatorUser $user) { $viewer = $this->getViewer(); + $open = ManiphestTaskStatus::getOpenStatusConstants(); + $tasks = id(new ManiphestTaskQuery()) ->setViewer($viewer) ->withOwners(array($user->getPHID())) + ->withStatuses($open) ->needProjectPHIDs(true) ->requireCapabilities( array(