I'm trying to set up a quick filter. I have my swim lanes broken up by epic and epics are assigned to a specific user. I want to display only swim lanes that are assigned to a specific user. My query is, assignee - <username> AND issue type = epic. How can I do this?
Thanks!
Hi @Mark Brandsey and welcome to the Community! This should work...
assignee = <username> and issuetype = Epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.