Skip to content

Commit

Permalink
XSOAR Simple Dev to Prod Update - Oct 2023 (#30534) (#30761)
Browse files Browse the repository at this point in the history
* updating to add core rest api support

* removed from xsiam marketplace

* updated descriptions on incident fields to include core rest api

* adding email to pack metadata

* updated release notes for 1.0.6

* Updated release notes to remove the layout and type

* added if113 to the pack ignore for the fields

* Apply suggestions from code review

* updated docker container in readme

* fix release notes validation

---------

Co-authored-by: Mike Beauchamp <[email protected]>
Co-authored-by: Israel Lappe <[email protected]>
  • Loading branch information
3 people authored Nov 9, 2023
1 parent b8a0d97 commit a81b3df
Show file tree
Hide file tree
Showing 18 changed files with 935 additions and 2,116 deletions.
11 changes: 10 additions & 1 deletion Packs/XSOAR-SimpleDevToProd/.pack-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ ignore=RM106
ignore=RM106

[file:README.md]
ignore=RM106
ignore=RM106

[file:incidentfield-XSOAR_Dev_Instance_Name.json]
ignore=IF113

[file:incidentfield-XSOAR_Dev_to_Prod_Method.json]
ignore=IF113

[file:incidentfield-XSOAR_Prod_Instance_Name.json]
ignore=IF113
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"associatedToAll": false,
"associatedTypes": [
"XSOAR Dev to Prod"
],
"caseInsensitive": true,
"cliName": "xsoardevinstancename",
"closeForm": false,
"content": true,
"description": "Name of the Dev Demisto REST API Instance in the simple Dev to Prod setup",
"editForm": true,
"group": 0,
"hidden": false,
"id": "incident_xsoardevinstancename",
"isReadOnly": false,
"locked": false,
"name": "XSOAR Dev Instance Name",
"neverSetAsRequired": false,
"ownerOnly": false,
"required": false,
"sla": 0,
"system": false,
"threshold": 72,
"type": "shortText",
"unmapped": false,
"unsearchable": true,
"useAsKpi": false,
"version": -1,
"fromVersion": "6.0.0"
"associatedToAll": false,
"associatedTypes": [
"XSOAR Dev to Prod"
],
"caseInsensitive": true,
"cliName": "xsoardevinstancename",
"closeForm": false,
"content": true,
"description": "Name of the Dev Core or Demisto REST API Instance in the simple Dev to Prod setup",
"editForm": true,
"group": 0,
"hidden": false,
"id": "incident_xsoardevinstancename",
"isReadOnly": false,
"locked": false,
"name": "XSOAR Dev Instance Name",
"neverSetAsRequired": false,
"ownerOnly": false,
"required": false,
"sla": 0,
"system": false,
"threshold": 72,
"type": "shortText",
"unmapped": false,
"unsearchable": true,
"useAsKpi": false,
"version": -1,
"fromVersion": "6.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"associatedToAll": false,
"associatedTypes": [
"XSOAR Dev to Prod"
],
"caseInsensitive": true,
"cliName": "xsoardevtoprodmethod",
"closeForm": false,
"content": true,
"description": "The method used in the XSOAR Dev to Prod playbook, (Manual or Automated)",
"editForm": true,
"group": 0,
"hidden": false,
"id": "incident_xsoardevtoprodmethod",
"isReadOnly": false,
"locked": false,
"name": "XSOAR Dev to Prod Method",
"neverSetAsRequired": false,
"ownerOnly": false,
"required": false,
"sla": 0,
"system": false,
"threshold": 72,
"type": "shortText",
"unmapped": false,
"unsearchable": true,
"useAsKpi": false,
"version": -1,
"fromVersion": "6.0.0"
"associatedToAll": false,
"associatedTypes": [
"XSOAR Dev to Prod"
],
"caseInsensitive": true,
"cliName": "xsoardevtoprodmethod",
"closeForm": false,
"content": true,
"description": "The method used in the XSOAR Dev to Prod playbook, (Manual or Automated)",
"editForm": true,
"group": 0,
"hidden": false,
"id": "incident_xsoardevtoprodmethod",
"isReadOnly": false,
"locked": false,
"name": "XSOAR Dev to Prod Method",
"neverSetAsRequired": false,
"ownerOnly": false,
"required": false,
"sla": 0,
"system": false,
"threshold": 72,
"type": "shortText",
"unmapped": false,
"unsearchable": true,
"useAsKpi": false,
"version": -1,
"fromVersion": "6.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"associatedToAll": false,
"associatedTypes": [
"XSOAR Dev to Prod"
],
"caseInsensitive": true,
"cliName": "xsoarprodinstancename",
"closeForm": false,
"content": true,
"description": "Name of the Prod Demisto REST API Instance in the simple Dev to Prod setup",
"editForm": true,
"group": 0,
"hidden": false,
"id": "incident_xsoarprodinstancename",
"isReadOnly": false,
"locked": false,
"name": "XSOAR Prod Instance Name",
"neverSetAsRequired": false,
"ownerOnly": false,
"required": false,
"sla": 0,
"system": false,
"threshold": 72,
"type": "shortText",
"unmapped": false,
"unsearchable": true,
"useAsKpi": false,
"version": -1,
"fromVersion": "6.0.0"
"associatedToAll": false,
"associatedTypes": [
"XSOAR Dev to Prod"
],
"caseInsensitive": true,
"cliName": "xsoarprodinstancename",
"closeForm": false,
"content": true,
"description": "Name of the Prod Core or Demisto REST API Instance in the simple Dev to Prod setup",
"editForm": true,
"group": 0,
"hidden": false,
"id": "incident_xsoarprodinstancename",
"isReadOnly": false,
"locked": false,
"name": "XSOAR Prod Instance Name",
"neverSetAsRequired": false,
"ownerOnly": false,
"required": false,
"sla": 0,
"system": false,
"threshold": 72,
"type": "shortText",
"unmapped": false,
"unsearchable": true,
"useAsKpi": false,
"version": -1,
"fromVersion": "6.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"autorun": true,
"color": "#F06292",
"days": 0,
"daysR": 0,
"default": false,
"detached": false,
"disabled": false,
"extractSettings": {
"fieldCliNameToExtractSettings": {

},
"mode": "All"
},
"hours": 0,
"hoursR": 0,
"id": "XSOAR Dev to Prod",
"layout": "XSOAR Dev to Prod",
"locked": false,
"name": "XSOAR Dev to Prod",
"onChangeRepAlg": 1,
"playbookId": "JOB - XSOAR - Export Selected Custom Content",
"readonly": false,
"reputationCalc": 1,
"system": false,
"version": -1,
"weeks": 0,
"weeksR": 0,
"fromVersion": "6.0.0",
"marketplaces": ["xsoar"]
"autorun": true,
"color": "#F06292",
"days": 0,
"daysR": 0,
"default": false,
"detached": false,
"disabled": false,
"extractSettings": {
"fieldCliNameToExtractSettings": {},
"mode": "All"
},
"hours": 0,
"hoursR": 0,
"id": "XSOAR Dev to Prod",
"layout": "XSOAR Dev to Prod",
"locked": false,
"name": "XSOAR Dev to Prod",
"onChangeRepAlg": 1,
"playbookId": "JOB - XSOAR - Export Selected Custom Content",
"readonly": false,
"reputationCalc": 1,
"system": false,
"version": -1,
"weeks": 0,
"weeksR": 0,
"fromVersion": "6.0.0",
"marketplaces": [
"xsoar"
]
}
Loading

0 comments on commit a81b3df

Please sign in to comment.