Forums

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

How to find all task which was assigned to currentUser() when status was "in progress"?

Luna Vulpo
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 26, 2019

So I need find all task which current user had "in progress" state. 

Some of this task was reassigned to another user or its state was changed to e.g. "done" but still I need those tasks in search results.

How to achieve that?

1 answer

2 votes
Deleted user September 26, 2019

Hi @Luna Vulpo ,

Please try out below JQL query:

status changed FROM Open TO Resolved AND assignee was currentUser() AND issuetype = Task

Regards,
Kishore Kumar Gangavath.

Suggest an answer

Log in or Sign up to answer