#2907 Issues assigned to a user should always be visible to that user
Closed: Fixed Opened by bex.

If an issue is assigned to a user and marked private, it cannot be accessed by that user if they can't see all private issues in the repository.


While that is the current behavior I can see how it can be annoying :)

Metadata Update from @pingou:
- Issue tagged with: RFE

hm, looking at the code, the user should be able to access the tickets assigned to them even if the tickets are privates.
But the tickets won't show up on the list of tickets indeed.

Metadata Update from @pingou:
- Issue assigned to pingou

My bad assignee can't access private tickets indeed. I'll fix that.

Commit 30d656cb fixes this issue

Metadata