commonfields: id: GenerateInvestigationSummaryReport version: -1 fromversion: 5.0.0 name: GenerateInvestigationSummaryReport comment: "A script to generate investigation summary report in an automated way\n\ Can be used in post-processing flow as well." script: '' type: javascript tags: - post-processing enabled: true args: - name: name default: true description: Report name to generate (should correspond with report type) defaultValue: Investigation Summary - name: type description: Report type to generate (should correspond with report name) defaultValue: pdf - name: incidentId description: Incident ID to generate report for outputs: - contextPath: Report.Name description: Report file name type: string - contextPath: Report.FileID description: File ID of the report type: string scripttarget: 0 marketplaces: - xsoar tests: - No test - No need