-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Actions] Jira action fails when newline symbol is in summary #104932
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Pinging @elastic/security-threat-hunting (Team:Threat Hunting) |
Interesting problem. We can't really check this, anywhere but in the connector, when it executes. And we don't want the execution to fail, just for this reason. Seems like what we'll want to do is have the connector fix this at execution time, probably be removing the newline, or perhaps replacing with a semi-colon or similar. |
Pinging @elastic/response-ops (Team:ResponseOps) |
Pinging @elastic/response-ops-cases (Feature:Cases) |
Found during 7.14 testing spike
If try to execute Jira action with a newline character, then it fails:
It is very easy get into this state by mistake, by using template variables that could have new lines inside values:
Maybe we could process summary field after running templating and remove new lines (maybe there are other Jira specific constraints for this field)
The text was updated successfully, but these errors were encountered: