You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: