setViewer($viewer) ->withIDs(array($id)) ->needSubscriberPHIDs(true) ->needProjectPHIDs(true) ->execute(); return head($results); } protected function getTransactionReplyHandler() { return new ManiphestReplyHandler(); } }