Skip to content

Commit

Permalink
Rename ticket info for set values
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Feb 1, 2023
1 parent db78ce2 commit cbee6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argus_ticket_rt.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_custom_fields(ticket_information: dict, serialized_incident: dict) -> di
incident_tags = RequestTrackerPlugin.convert_tags_to_dict(
serialized_incident["tags"]
)
custom_fields = ticket_information.get("custom_fields", {})
custom_fields = ticket_information.get("custom_fields_set", {})
custom_fields_mapping = ticket_information.get("custom_fields_mapping", {})

for key, field in custom_fields_mapping.items():
Expand Down

0 comments on commit cbee6a6

Please sign in to comment.