Jira advanced search that shows all watched issues, but excludes the ones
where you are also the assignee. Useful for having "watched" and "assigned" as
separate lists on the dashboard:

issue in watchedissues() AND assignee != currentuser() ORDER BY assignee ASC