Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.6] [Cases] Escape special characters in Parent issue field of Jira…
… connector (#145610) (#146009) # Backport This will backport the following commits from `main` to `8.6`: - [[Cases] Escape special characters in Parent issue field of Jira connector (#145610)](#145610) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Janki Salvi","email":"[email protected]"},"sourceCommit":{"committedDate":"2022-11-22T15:06:29Z","message":"[Cases] Escape special characters in Parent issue field of Jira connector (#145610)\n\n## Summary\r\n\r\nFixes #131281\r\n \r\nEscapes special characters `+ - & | ! ( ) { } [ ] ^ ~ * ? \\ :` from\r\nparent issue field.\r\n\r\n**Before**\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202526389-a3428c44-45b5-498c-98af-4ca709ae6937.png)\r\n\r\n**After**\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202525304-5023f27c-c3df-4839-8c5d-231dcd4a74e6.png)\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202526111-4324ce5b-ea13-4bb6-8d96-388178b1b60d.png)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a42314d27046c34c7eebc4570f548870636ffe93","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","Feature:Cases","v8.6.0","v8.7.0"],"number":145610,"url":"https://github.com/elastic/kibana/pull/145610","mergeCommit":{"message":"[Cases] Escape special characters in Parent issue field of Jira connector (#145610)\n\n## Summary\r\n\r\nFixes #131281\r\n \r\nEscapes special characters `+ - & | ! ( ) { } [ ] ^ ~ * ? \\ :` from\r\nparent issue field.\r\n\r\n**Before**\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202526389-a3428c44-45b5-498c-98af-4ca709ae6937.png)\r\n\r\n**After**\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202525304-5023f27c-c3df-4839-8c5d-231dcd4a74e6.png)\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202526111-4324ce5b-ea13-4bb6-8d96-388178b1b60d.png)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a42314d27046c34c7eebc4570f548870636ffe93"}},"sourceBranch":"main","suggestedTargetBranches":["8.6"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/145610","number":145610,"mergeCommit":{"message":"[Cases] Escape special characters in Parent issue field of Jira connector (#145610)\n\n## Summary\r\n\r\nFixes #131281\r\n \r\nEscapes special characters `+ - & | ! ( ) { } [ ] ^ ~ * ? \\ :` from\r\nparent issue field.\r\n\r\n**Before**\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202526389-a3428c44-45b5-498c-98af-4ca709ae6937.png)\r\n\r\n**After**\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202525304-5023f27c-c3df-4839-8c5d-231dcd4a74e6.png)\r\n\r\n\r\n![image](https://user-images.githubusercontent.com/117571355/202526111-4324ce5b-ea13-4bb6-8d96-388178b1b60d.png)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"a42314d27046c34c7eebc4570f548870636ffe93"}}]}] BACKPORT--> Co-authored-by: Janki Salvi <[email protected]>
- Loading branch information