These queries once worked properly, returning matches for all places where I made a comment in Jira. Now neither query works. The first one returns just a random selection of matches while the second one returns some of the issues but it missing some. While I realize the currentuser() function claims to not support the comment property, this was working until recently. Anyone experience the same or have a workaround to offer? Thanks for your time.
comment ~ currentUser()
comment ~ currentUser() AND updated > -14d ORDER BY updated DESC