comment ~ (currentUser())

Ryan McCall
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 1, 2019

I am trying to create a filter that results in a list of tickets that mention the current user in a comment.  When we tag others we use "@" then the name.  

 

This query

project = SD AND resolution = Unresolved AND comment ~ (currentUser())

Results in

Operator '~' does not support the list value '(currentUser())' for field 'comment'.

 

 

1 answer

1 accepted

0 votes
Answer accepted
Ryan McCall
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 1, 2019

...and never mind.  

This works as expected by dropping the paren's around currentUser() .... smh

project = SD AND resolution = Unresolved AND comment ~ currentUser()

Hoshea Rosenberg June 9, 2020

Is this still working for you? im not getting any results- possibly due to recent change to "user" display name GDPR stuff...

Suggest an answer

Log in or Sign up to answer