commonfields: id: IvantiHeatCreateProblemExample version: -1 name: IvantiHeatCreateProblemExample script: '' type: python tags: [] comment: This is a sample script that demonstrates how to create a problem in Ivanti Heat. The script generates data of the created problem in JSON format and writes it to the IvantiHeat.CreateProblemJSON context path. enabled: true args: - name: owner required: true description: Problem owner. - name: source required: true description: Problem source. - name: status required: true description: Problem status. - name: category required: true description: Problem category. - name: subject required: true description: Problem subject. - name: description required: true description: Problem description. scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole fromversion: 5.0.0 tests: - No tests (auto formatted)