Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Search/filter for user mentions in Confluence Cloud

Alexa Wöllmer September 10, 2025

Hi everyone,

I was wondering if there is a way in Confluence Cloud to search or filter specifically for @mentions. For example, I would like to see all pages where a certain user (not myself) has been mentioned.

Is there a built-in way to do this, or maybe an app from the Marketplace that provides this functionality?

Thanks in advance for your help!

 

 

2 answers

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 10, 2025

Hi @Alexa Wöllmer 

This should be possible by the API (version 1) and CQL.

https://developer.atlassian.com/cloud/confluence/cql-fields/#mention 

example urls:

https://<instance-name>.atlassian.net/wiki/rest/api/content/search?cql=mention="accountID"

https://<instance-name>.atlassian.net/wiki/rest/api/content/search?cql=mention.fullname ~  "alexa"

0 votes
Mia Tamm _Simpleasyty_
Atlassian Partner
September 10, 2025

Hi @Alexa Wöllmer,

As far as I can tell, Confluence Cloud does not include a built-in feature to search or filter content by @mentions directly. You cannot, for example, type @username into the search bar and get only the pages where that user was mentioned.

However, Confluence offers a "Mentioned user" filter—this is available when using CQL (Confluence Query Language), such as within the Filter by label macro or other CQL-enabled macros. For instance, you can use the CQL filter mentionedUser = "username" to list pages that mention that person.

In summary:

  • No, you can’t search @mentions via the normal search UI in Confluence Cloud.
  • Yes, you can filter by mentioned user using CQL within supported macros—though that’s not part of the standard search interface.

Maybe a Community-made app or Marketplace add-on could offer a more straightforward UI for finding @mentions; otherwise, the CQL workaround is your best option.

Best,

— Mia Tamm

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events