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