Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Packs/Orca/Integrations/Orca/Orca.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@ def fetch_incidents(

ids = [item.get("name") for item in incidents]
demisto.info(f"fetch-incidents {ids=}")
if "imported_ids" not in last_run:
last_run["imported_ids"] = []
last_run["imported_ids"].extend(ids)
next_run["imported_ids"] = last_run["imported_ids"]

return next_run, incidents

Expand Down
6 changes: 6 additions & 0 deletions Packs/Orca/ReleaseNotes/3_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Integrations

##### Orca

- Remove the logic for storing imported_ids in the last_run context.
2 changes: 1 addition & 1 deletion Packs/Orca/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Orca",
"description": "Integrate with Orca security for bidirectional incident management and fetching of asset information. \n",
"support": "partner",
"currentVersion": "3.0.1",
"currentVersion": "3.0.2",
"author": "Orca Security",
"url": "https://orca.security/",
"email": "support@orca.security",
Expand Down
Loading