integrations / slack

Bring your code to the conversations you care about with the GitHub and Slack integration
https://slack.github.com/
MIT License
2.98k stars 468 forks source link

No notification for new issue with title contains ASCII double quote (") #1900

Open nvanthao opened 1 month ago

nvanthao commented 1 month ago

Describe the bug Slack notifications are not sent when the issue title contains an ASCII double quote (").

To Reproduce Steps to reproduce the behavior:

  1. Go to the GitHub repository.
  2. Click on "New Issue".
  3. Enter a title that includes an ASCII double quote (").
  4. Submit the issue.
  5. Observe that no Slack notification is received.

Expected behavior A Slack notification should be sent regardless of whether the issue title contains an ASCII double quote or not.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context The notification is working fine with single quote (')

aeisenberg commented 1 week ago

Confirmed that this problem is hitting our integration as well.