Filter by assigned user should show groups the user is part of
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
When a card is only assigned to a group but not to a user it will never show up using the "Filter by assigned user" feature.
Steps to reproduce
- Create a card and assign it to a group that's part of the board
- Use "Filter by assigned user" and choose a user that is part of the very group
Current behavior
The card that was assigned to the group (and thus also to the user) does not show up.
Desired behavior
The card that was assigned to the group should show up.
Alternative
Alternatively the "Filter by assigned user" feature could also list the groups. Then you could choose the user and the corresponding group to the see all cards relevant to that user.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the behavior by following the two listed steps: assign a card only to a board group, then filter by a user in that group. Trace the assigned-user filtering entry point and compare direct user assignments with group membership. Done means the group-assigned card appears for that user, with coverage for the described case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100