I am having some trouble with the use of "was in".
When I run this query:
`assignee in (5c...846e) AND status in ("Waiting for Review", "Done")`
I get all the current issues that are only currently either waiting for review or are done. Right? They are a total of 166.
When I modify that query by replacing in with was in (issues that have the status currently or previously) I get about 90 results. My understanding is that was in is a superset of in.
What am I missing?
*I need to use was in because it supports the time duration predicates & I need to be able to run this historically.
Your logic is sound, and I get expected results in Jira Server, but perhaps Jira Cloud is not behaving as expected? Hopefully someone on Cloud will chime in.
Thank you.
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.