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.
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.