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'.
...and never mind.
This works as expected by dropping the paren's around currentUser() .... smh
project = SD AND resolution = Unresolved AND comment ~ currentUser()
Is this still working for you? im not getting any results- possibly due to recent change to "user" display name GDPR stuff...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you catch the news at Team ‘25? With Loom, Confluence, Atlassian Intelligence, & even Jira 👀, you won’t have to worry about taking meeting notes again… unless you want to. Join us to explore the beta & discover a new way to boost meeting productivity.
Register today!Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.