Skip to content

Commit

Permalink
Fix jira issue description rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pkommini committed Dec 15, 2022
1 parent 25949e2 commit fa75995
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 fa75995

Please sign in to comment.