Skip to content

Commit

Permalink
Merge pull request #55 from Snowflake-Labs/fix-rendering-issue-desc
Browse files Browse the repository at this point in the history
Fix jira issue description rendering.
  • Loading branch information
sfc-gh-pkommini authored Dec 15, 2022
2 parents 25949e2 + fa75995 commit 3963167
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion handler_functions_sql/jira_handler_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ ${jira_api_function}(
)
),
4
) || '{code}\r\n\r\n' || '*EVENT DATA*:\r\n{code}' || alert['EVENT_DATA']::STRING || '{code}'
) || '{code}\r\n\r\n'
|| '*EVENT DATA*:\r\n{code}'
|| ${json_beautify_function}(alert['EVENT_DATA']::STRING, 4)
|| '{code}\r\n'
)
)
),
Expand Down

0 comments on commit 3963167

Please sign in to comment.