"ReqIF" section
Configuration to control the compression of the ReqIF .zip file, and to generate thumbnails for images. Available from Codebeamer 21.09.
A typical example
  "ReqIF" : {

"identifier" : "<unique identifier of the codebeamer instance>",

"enableExportPngConversion" : false,

"enableExportCompression" : false

}

enableExportPngConversion - Default value: false. If set to true, ReqIF export will convert any non-PNG image to PNG, otherwise attach a default PNG image as placeholder for thumbnails.
enableExportCompression - Default value: true (from Codebeamer 21.09), false (from Codebeamer 22.04). Enable/disable stronger compression for ReqIF export.
Was this helpful?