I'm looking to create a filter where issues are not assigned to the project lead. Another way this could work is if the current assignee is not the same as the reporter:
- project = 'my project' and assignee != reporter
- project = 'my project' and assignee != projectlead()
Something along those lines. Any suggestions?