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