Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I Ask if the assignee changed to unassigned during certain dates?

Celeste D'Alessandro
Contributor
November 1, 2018

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

3 answers

1 accepted

2 votes
Answer accepted
Thomas Schlegel
Community Champion
November 1, 2018

Hi @Celeste D_Alessandro,

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() )

0 votes
Celeste D'Alessandro
Contributor
November 2, 2018

Thanks both of you!

0 votes
Tyler Brown
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 1, 2018

Hey Celeste,

 

Thomas is correct, you can't search for issues that changed to unassigned.

Tyler

Suggest an answer

Log in or Sign up to answer