1. Search query in PhpStorm Jira Server Intergration:
project = PROJECT AND (assignee = currentUser() OR watcher = currentUser()) AND resolution = Unresolved order by priority
  1. JQL query to fetch tickets the current user was doing the week before
assignee was currentuser() during (startOfWeek(-1), now()) ORDER BY updated DESC