Skip to content

Commit

Permalink
feat(DMVP-2705): Create Jira ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Oct 25, 2023
1 parent 54da009 commit acca4a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def payload(alert_type,subject,aws_account,aws_alarmdescription,dimension_string
description = f"\n{aws_alarmdescription}"
description += f"\n h2. Details\n"
description += f"\n".join([f"{item['title']}: {item['value']}" for item in all_data])
description += f"\nURL: '{url}'"
description += f"\nURL: {url}"
print("Create jira ticket")
create_jira_ticket(subject,description)

Expand Down

0 comments on commit acca4a6

Please sign in to comment.