Skip to content

Commit

Permalink
Merge pull request #53 from Snowflake-Labs/jira-handler-fix
Browse files Browse the repository at this point in the history
JIRA handler fix.
  • Loading branch information
sfc-gh-pkommini authored Dec 15, 2022
2 parents fb0c74e + 5a7ea4f commit d3b6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler_functions_sql/jira_handler_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ${jira_api_function}(
'Detector', alert['DETECTOR']::STRING,
'Severity', alert['SEVERITY']::STRING,
'Description', alert['DESCRIPTION']::STRING,
'Event Data', TO_JSON(PARSE_JSON(alert['EVENT_DATA']::STRING))
'Event Data', alert['EVENT_DATA']::STRING
)
),
4
Expand Down

0 comments on commit d3b6043

Please sign in to comment.