Differences

This shows you the differences between two versions of the page.

Link to this comparison view

712:cms_codebeamer [2025/09/15 14:55] – created - external edit 127.0.0.1712:cms_codebeamer [2025/09/16 12:54] (current) Policnik, Florian
Line 44: Line 44:
 </cms-type> </cms-type>
 </code> </code>
 +
 +===== Features: Download file and open in Codebeamer =====
 +
 +This integration provides users with two ways to access a file: Download the file via Stages and open it in Codebeamer.
 +  * Download via Stages: Stages handles the download for the user. To ensure Codebeamer permissions, the user must authenticate via Stages. This behavior can be overwritten by the ''use.system.account.for.download'' setting (see below).
 +  * Open in Codebeamer: The user is taken to the item view in Codebeamer. User authentication is handled by Codebeamer.
 +
 +The default option is download and can be changed by ''preferred.file.access'' setting (see below).
  
  
Line 79: Line 87:
   * Default Value: false   * Default Value: false
   * Description: When set to true, files will be downloaded using the system account.   * Description: When set to true, files will be downloaded using the system account.
 +
 +> preferred.file.access
 +
 +  * Default Value: download
 +  * Description: When set to ''link'', the user will be linked directly to Codebeamer. The download option can be chosen from the sub-menu.
  
 ===== Repository Configuration ===== ===== Repository Configuration =====