Skip to content

Commit

Permalink
Update IgnoreCloseIncidents to IgnoreClosedIncidents (demisto#10915)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchen1 committed Jan 17, 2021
1 parent 5ce4434 commit 062422a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ tasks:
- "5"
scriptarguments:
ignoreClosedIncidents:
simple: ${inputs.IgnoreCloseIncidents}
simple: ${inputs.IgnoreClosedIncidents}
maxResults: {}
maximumNumberOfIncidents:
complex:
Expand Down Expand Up @@ -232,7 +232,7 @@ tasks:
complex:
root: inputs.TimeFrameHours
ignoreClosedIncidents:
simple: ${inputs.IgnoreCloseIncidents}
simple: ${inputs.IgnoreClosedIncidents}
incidentFieldsAppliedCondition: {}
maxNumberOfIncidents:
complex:
Expand Down Expand Up @@ -697,7 +697,7 @@ inputs:
description: The time frame (in hours) in which to check for duplicate incident
candidates.
playbookInputQuery:
- key: IgnoreCloseIncidents
- key: IgnoreClosedIncidents
value:
simple: "yes"
required: false
Expand Down
5 changes: 5 additions & 0 deletions Packs/CommonPlaybooks/ReleaseNotes/1_8_10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

#### Playbooks
##### Dedup - Generic v3
- Fixed an issue where the playbook did not ignore closed incidents when it attempted to find duplicate incidents.

2 changes: 1 addition & 1 deletion Packs/CommonPlaybooks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Playbooks",
"description": "Frequently used playbooks pack.",
"support": "xsoar",
"currentVersion": "1.8.9",
"currentVersion": "1.8.10",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 062422a

Please sign in to comment.