Inline comment doesn't work in all spaces
Platform Notice: Data Center Only - This article only applies to Atlassian apps 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:
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
Warning: Backup your database before proceeding.
Before running any SQL in this article, create a full backup of your Jira database. This is a database-level operation with no undo other than restoring from backup. Only proceed if you're comfortable running SQL directly against the Jira database, and test on a staging or cloned environment first, wherever possible.
Run the following query to delete all of the custom layouts
DELETE FROM DECORATOR;How to clear the apps (plugins) cache in Confluence Data Center
Was this helpful?