project = "YOUR Project name" AND (issueFunction not in hasComments() OR issueFunction in commented("before -2w"))
This gives you:
Issues with no comments at all
Issues with only comments older than 2 weeks.