I need to search Jira for assignee 123 that was assigned to the tickets while it was in "IN Progress" status. Can this be done?
Example : team = "A" and assignee ="123" (while status was "In Progress")
Hi Mike,
Welcome to the Atlassian Community.
To search the history of the status, you can use WAS. Using your example the JQL would look like this:
team = "A" AND assignee ="123" AND status was "In Progress"
Check out Becoming a JIRA Search Ninja - History searches in JIRA to learn more about history searches.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.