Closed
Description
Site: https://helix.dot.net/BuildAnalysis/CreateKnownIssues
After filling out all the fields and passing the validations, some characters are getting escaped twice when the clicking on the "Create your new known issue" link. Here is an example:
- Repository for new known issue:
dotnet/runtime
- Build URL: https://dev.azure.com/dnceng-public/public/_build/results?buildId=600377
- Failing test or failing step: Leave blank
- Regex pattern checked
- Error message or regex pattern:
Failed to connect to port \d+ \(\d+\) on device \(error\: 61\)
- Sample text:
[17:10:46] dbug: [TCP tunnel] Xamarin.Hosting: Attempting USB tunnel between the port 56494 on the device and the port 56494 (44764) on the mac: 61
[17:10:46] dbug: [TCP tunnel] Xamarin.Hosting: Failed to connect to port 56494 (44764) on device (error: 61)
Resulting GitHub template issue:
ACTUAL

EXPECTED

@AlitzelMendez @missymessa @JulieLeeMSFT
Release Note Category
- Feature changes/additions
- Bug fixes
- Internal Infrastructure Improvements
Release Note Description
Fixed known issue helper escaping special characters