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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.