Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Update zendesk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
OllieJC authored Nov 2, 2023
1 parent 0bbec07 commit 877b39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/hackerone-zendesk-integration/zendesk.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def create_or_update_zendesk_ticket(h1obj: dict):
full_timestamps.append(tss)
h1_timestamps_str = "\n".join(full_timestamps)

zticket.subject = h1obj["title"]
# zticket.subject = h1obj["title"]
zticket.custom_fields = [
CustomField(id=13630395133585, value=h1obj["report_id"]),
CustomField(id=13630685790097, value=h1obj["report_url"]),
Expand Down

0 comments on commit 877b39e

Please sign in to comment.