Hi all,
I am creating a filter that displays all the done issues in the past 90 days by Developer. However, since we change the Assignee from Dev to QE, I need to use the "Assignee Was" but I am getting an error that "operator WAS does not support list value for field Assignee".
Here's the filter I am using:
project in (T,P, N) and type in (Task, Story, Bug) and status = Done
AND assignee WAS (xxxa40448d8b9c0068b7dyyy, xxx21151234d44d406d1cg55, xxx47226acaa710068f7a555) AND resolutiondate >=-90D
(I am then looking to export this filter over to a confluence page for reporting but need to nail down the filter first).
Appreciate any help you can offer....
Thank you
Please try using WAS IN for a list of assignee values:
https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#WAS-IN
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Suzy Rothwell ,
Glad to know Bill's suggest worked for you, please can you mark this thread as the Accepted Answer, so that it's more visible to the other community members.
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.