-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BmcITSM- fix duplicate incidents (#35192)
* adding logs * adding a fix to the last ticket create time * adding unit test to demonstrate the bug * adding the fix+precommit_rn * adding reason * docker fix * add to known words * Update Packs/BmcITSM/ReleaseNotes/1_0_23.md Co-authored-by: Dan Tavori <[email protected]> * cr fix * cr note * cr note --------- Co-authored-by: Dan Tavori <[email protected]>
- Loading branch information
Showing
6 changed files
with
166 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
112 changes: 112 additions & 0 deletions
112
Packs/BmcITSM/Integrations/BmcITSM/test_data/list_tickets_not_sorted.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
[ | ||
{ | ||
"values": { | ||
"SysRequestID": "000000000000402", | ||
"Submitter": "appadmin", | ||
"Submit Date": "2024-06-29T14:38:36.000+0000", | ||
"System Assignee": null, | ||
"Status": "Planning", | ||
"Status-History": { | ||
"Draft": { | ||
"user": "appadmin", | ||
"timestamp": "2022-06-29T14:38:37.000+0000" | ||
}, | ||
"Submitted": { | ||
"user": "appadmin", | ||
"timestamp": "2022-06-29T14:38:37.000+0000" | ||
}, | ||
"Waiting Approval": { | ||
"user": "Remedy Application Service", | ||
"timestamp": "2022-06-29T14:39:49.000+0000" | ||
}, | ||
"Planning": { | ||
"user": "Remedy Application Service", | ||
"timestamp": "2022-06-29T14:39:49.000+0000" | ||
} | ||
}, | ||
"Assignee Groups": "1000000003;'appadmin';", | ||
"InstanceId": "AGGAI7ZXDK9WFAR4IUA2R3J3RVIB6V", | ||
"Vendor Assignee Groups": null, | ||
"Vendor Assignee Groups_parent": null, | ||
"Assignee Groups_parent": "", | ||
"z1D_WorkInfoType": null, | ||
"z1D_WorkInfoSummary": null, | ||
"z1D_WorkInfoDetails": null, | ||
"z1D_WorkInfoSecureLog": null, | ||
"z1D_WorkInfoViewAccess": null, | ||
"z1D_WorkInfoDate": null, | ||
"z1D_CommunicationSource": null, | ||
"Assignee Group": "Backoffice Support", | ||
"Assignee": "Mary Mann", | ||
"Recurring Price Basis": null, | ||
"Location Company": "Calbro Services", | ||
"Organization": null, | ||
"Assigned Support Organization": "IT Support", | ||
"Last Name": "Admin", | ||
"First Name": "App", | ||
"Service Location Address": "1114 Eighth Avenue, 31st Floor. \r\nNew York, New York 10036 \r\nUnited States", | ||
"Internet E-mail": null, | ||
"Phone Number": "###", | ||
"Navigation Tier 1": "File & Print", | ||
"Navigation Tier 2": null, | ||
"Navigation Tier 3": null, | ||
"z1D Action": null, | ||
"Request Manager Group ID": null, | ||
"Company": "Calbro Services", | ||
"Status_Reason": null, | ||
"Details": null, | ||
"Urgency": "2-High", | ||
"Impact": "1-Extensive/Widespread", | ||
"Assigned Group": null, | ||
"Request Manager": null, | ||
"Assigned Support Company": "Calbro Services", | ||
"Request Manager Login": null, | ||
"Total Escalation Level": 0, | ||
"Request Number": "REQ000000000401", | ||
"Date Required": null, | ||
"Next Target Date": null, | ||
"SLM Status": null, | ||
"Customer First Name": "App", | ||
"Customer Last Name": "Admin", | ||
"Customer Company": "Calbro Services", | ||
"Customer Organization": null, | ||
"Customer Department": null, | ||
"Customer Internet E-mail": null, | ||
"Customer Phone Number": "###" | ||
}, | ||
"CreateDate": "2024-06-29T14:38:36.000+0000" | ||
}, | ||
{ | ||
"values": { | ||
"SysRequestID": "000000000000403", | ||
"Submitter": "appadmin", | ||
"Submit Date": "2022-06-29T14:38:36.000+0000", | ||
"System Assignee": null, | ||
"Status": "Planning", | ||
"Status-History": { | ||
"Draft": { | ||
"user": "appadmin", | ||
"timestamp": "2022-06-29T14:38:37.000+0000" | ||
}, | ||
"Submitted": { | ||
"user": "appadmin", | ||
"timestamp": "2022-06-29T14:38:37.000+0000" | ||
}, | ||
"Waiting Approval": { | ||
"user": "Remedy Application Service", | ||
"timestamp": "2022-06-29T14:39:43.000+0000" | ||
}, | ||
"Planning": { | ||
"user": "Remedy Application Service", | ||
"timestamp": "2022-06-29T14:39:43.000+0000" | ||
} | ||
}, | ||
"Assignee Groups": "1000000003;'appadmin';", | ||
"InstanceId": "AGGAI7ZXDK9WFAR4IUA2R3J3RVIB6S", | ||
"Vendor Assignee Groups": null, | ||
"Vendor Assignee Groups_parent": null, | ||
"Assignee Groups_parent": "" | ||
}, | ||
"CreateDate": "2022-06-29T14:38:36.000+0000" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#### Integrations | ||
|
||
##### BMC Helix ITSM | ||
|
||
- Fixed an issue in the ***fetch-incidents*** command where duplicate incidents were fetched due to the incorrect assumption that tickets pulled from BMC Helix ITSM are sorted in ascending order. | ||
- Updated the Docker image to: *demisto/python3:3.10.14.100715*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters