添付ファイルの編集履歴を表示する方法

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

You can run the following query against your database:

SELECT s.SPACENAME AS "Space Name", a.PAGEID, a.TITLE AS "File Name", a.ATTVERSION AS "Version", a.PAGEID, um.username AS "Modified BY", a.lastmoddate AS "Modified Date" FROM attachments a JOIN content c ON a.PAGEID = c.CONTENTID JOIN spaces s ON c.SPACEID = s.SPACEID JOIN user_mapping um ON a.lastmodifier = um.user_key ORDER BY a.ATTVERSION DESC;

A user would like to view the history of an attachment such as when the attachment was modified, who modified it, and in which page the modified attachment is located. There is currently no function/feature for user to view history of the attachment in Confluence.

更新日時: September 25, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。