How to add a CQL search to generate dynamic links:
Common use cases for CQL
If you are unsure, what the CQL feature can do for you, here are a few suggestions what it can be used for:
Usecase | Query |
---|---|
Pages or Blogpost created by the current user in descending order |
|
Content that has been starred by the current user. This will show starred pages and spaces. |
|
Content that is watched by the current user |
|
Content that mentions the current user |
|
Find child pages of a parent page. In this example the query will show child pages of a parent page with the ID 123. |
|
Find content created since the end of yesterday. |
|
Find content modified since the end of yesterday. |
|
Content watched by the current user that has been created since the end of the previous day, sorted by creation date in descending order. |
|
Have a look at the following documentation from Atlassian for more CQL inspiration: https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/