rombert / ereviewboard

A mylyn-based Eclipse integration for Review Board
46 stars 31 forks source link

When query is use "to the user" it also filter all task from group #148

Open centy opened 9 years ago

centy commented 9 years ago

When new query is created and filtered "to the user" it also will filter all reviews which are not directly to the user but also user is member of some group that is added to the review. This seems to be incorrect. Our team always set everyone group to each review, however only directly points persons who should do the review. Currently I am not able to filter out reviews directly to me.

rombert commented 9 years ago

The query implementation is done in the [ToUserReviewRequestQuery|https://github.com/rombert/ereviewboard/blob/master/org.review_board.ereviewboard.core/src/org/review_board/ereviewboard/core/model/ToUserReviewRequestQuery.java], which uses the to-users parameter from the API.

The fix would be to allow usage of theto-users-directly parameter in parallel to the existing behaviour. Is this something that you would be willing to submit a PR for? I would be happy to guide you through the implementation