I want to list issues that have the Assignee value present in the collection of issues identified by a filter. For instance,
Any and all assistance with this will be helpful. Thanks. :-)
Try this
assignee = user and filter = "Filter Name"
Thanks. I see where you are going with your reply BUT I am trying to use the filter to capture a dynamic collection of Assignees that regularly perform testing activities. The collection of Assignees will change over time.
I'm trying to avoid having to manage a collection of obscure Assignees (a.k.a., Jira user IDs) in a JQL statement. Such as:
... AND Assignee in (xxx, yyy, zzz)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.