How do I Ask if the assignee changed to unassigned during certain dates?
Why it is not valide:
assignee changed FROM currentuser() TO EMPTY during (startofweek(), endOfWeek())
or
assignee changed FROM currentuser() TO unassigned during (startofweek(), endOfWeek())
thanks
I don't think, that "changed" is possible with unassigned issues, but you can query something similar like this:
assignee was currentuser() BEFORE startOfWeek() and assignee was empty DURING (startOfWeek(), endofWeek() )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Celeste,
Thomas is correct, you can't search for issues that changed to unassigned.
Tyler
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.