I want to create a JQL query that filters issues by any issue that has at least one mention of my name in the comments
The JQL looks like this:
project = ENT AND comment ~ "@Paul Dilley"
Only a subset of the issues show up in the search results. I can find issues with my name mentioned in the comments but they don't show up.
What am I doing wrong here?
Hi @Paul Dilley
As far as I know you can't filter comments with user mention that way. It will search the words in quotes regularly.
However there is a known issue for Jira. You can check that out
Thank you, that bug answers the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also try plugin User Mentioned JQL (but it only works for Jira Server)
After installation it will start collecting all mentions, and you will be able to find ticket via query and build dashboards around it. Also it tracks if you replied under this ticket already or not.
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.