I would like to add a quick filter to my kanban boards that will allow users to see only the issues that are assigned to a specific user that is not them.
Community moderators have prevented the ability to post new answers.
You could define a quick filter for "assignee = x", but I'd start with "assignee != currentUSer()" - that will give them a way to hide their own issues and not have a hard-coded user in it.
How would I define a quick filter "assignee = x" I have some boards with several users and the team lead would like to be able to have a quick overview of what issues are assigned per user.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Go to quick filters and add a new one. The JQL really will be something like "assignee = nic" or "assignee = Stella"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.