Actually @user is transformed to [~user]
Your best bet is to search such comments directly in SQL
maybe this post can help you:
https://answers.atlassian.com/questions/81845
or vote here for a feature request:
https://jira.atlassian.com/browse/JRA-27594
as my above mentioned, search in the db if you can
table: jiraaction
filter: actionbody like '[~%]'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
like '%[~' + <username> + ']%' - I guess that is correct, agree?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.