guilhemmarchand / TA-jira-service-desk-simple-addon

Atlasian JIRA add-on for Splunk alert actions
11 stars 8 forks source link

Add json.dumps(json.loads)) when creating rest payload for jira_update_comment. #135

Closed sanjay900 closed 2 years ago

sanjay900 commented 2 years ago

This is done for other rest commands, but was missed for jira_update_comment, and doing this handles unicode characters by escaping them.