-
Suggestion
-
Resolution: Fixed
-
966
-
48
-
Hi everyone,
This is Jacqui from the JQL team in Jira Cloud.
Thank you for your comments and feedback on this suggestion. I’ve read through all the comments to understand your individual use cases, and I’d like to give you an update.
My team and I confirmed that searching for your own user mentions is currently available today, as raised in several comments already. You’re able to search for mentions in any text-search-supported field, such as description ~ currentUser() and comment ~ currentUser(). For context, search for mentions was broken in 2019 during the transition to the new issue view, but this was resolved in October 2020 in JRACLOUD-72207.
As such, I will be marking this suggestion as closed.
I’ve written a new Atlassian Community post with more details about searching for your own and other people’s mentions: How to search for your @mentions with JQL. I hope you find this useful.
By the comments on this ticket, I understand that many users also need JQL functionality that enables searching for comments created in a certain time period. However, I ask that we distinguish this as a separate suggestion to the original ask on this ticket. If filtering by comment date in JQL continues to be important to you, please vote and comment on JRACLOUD-35765. This will allow us to track the impact and interest.
If you have any questions, or the solution here isn’t working for you, the best way to reach us is by raising a support request. If JQL mentions search isn’t working for you, it may just be a matter of reindexing search tokens on your Jira site, which I’d be happy to help you with.
Many thanks,
Jacqui
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Problem Definition
There is no way to search via JQL to get accurate results in regards to issues / comments were a user has been @Mentioned For example, users have noted that you can sometimes get results for an advanced JQL query such as
comment ~ currentUser()
However the ~ operator is unsupported for use with that function per Advanced searching - functions reference - Atlassian Documentation.
Also trying to search with a more basic set of terms like
comment ~ username
can sometimes return results, but in the current state of Jira Cloud it is not providing consistent expected results (sometimes you see @ mentions here but not always), and given the recent changes to usernames in Atlassian Cloud, there does not appear to be a way to search via JQL for message content that includes @mentions
Suggested Solution
Creating a JQL function that can search for @ Mentions would be ideal
Or extending the comment field to be searchable by user accounts mentioned within it
Why this is important
It would be very helpful to be able to search, filter, and generally organize issues where you have been mentioned directly.
Workaround 1 (JQL)
Taken from comments, below.
Use the following JQL
summary ~ currentUser() OR description ~ currentUser() OR comment ~ currentUser()
Workaround 2 (Slack integration)
Slack can notify you when someone mentions you in Jira.
- https://jira.atlassian.com/browse/API-80
- In any Slack channel send a message with /jira notify
- You will get a response with the following options:
Original description
Would like to be able to create a filter to track my AT mentions
- depended on by
-
JRACLOUD-83244 Jira Connect Webhooks - add support for @mentions filtering
- Gathering Interest
- is duplicated by
-
JRACLOUD-29412 Ability to search for content by user @mention
- Closed
- is related to
-
JRACLOUD-72207 Mentions on the new issue view are not being correctly tokenized
- Closed
-
JRASERVER-27594 JQL search for @mentions
- Gathering Interest
- relates to
-
JRACLOUD-35765 Ability to Search for Mentioned in a Period of Time
- Gathering Interest
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...