Inline comment doesn't work in all spaces
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Problem
Inline comment feature doesn't work in all spaces. Some of the spaces allow to select text and then add an inline comment. However, in some others, selecting a text doesn't offer the option to add an inline comment.
No errors appear in the screen nor in the logs.
Diagnosis
Check if there is any old customization in DECORATOR table. Run the following query to see the output:
1
SELECT * FROM DECORATOR;
The result of this query displays all the custom layouts applied on your Confluence site.
Cause
Corrupted and old customization in the table.
Solution
Workaround
Always back up your data before making any database modifications. If possible, test any alter, insert, update, or delete SQL commands on a staging server first.
Run the following query to delete all of the custom layouts
1
DELETE FROM DECORATOR;
How to clear the apps (plugins) cache in Confluence Data Center
Was this helpful?