Mention JQL functions
mentionsMe()
Search for issues that include the current user's name in comments and descriptions.
Examples
issue in mentionsMe("-2w")
finds the issues that the current user's name in comments and descriptions in the past 2 weeks.
Â
mentionsUser()
Search for issues that include a particular username in comments and descriptions.
Examples
issue in mentionsUser("username","-2d")
finds the issues that a particular user's name in comments and descriptions in the past 2 days.
Â
Â