-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 2.7.6
-
Component/s: None
-
None
-
Environment:
Standalone
macOS 10.13.6
-
Severity 3 - Minor
As soon as Parameters contains a quote mark ", the entire content of Parameters gets surrounded by quotes.
To reproduce:
- Create a Custom Action:
Show Full Output ✓ Yes Script to run: sh Parameters: -c "echo Hi"
- Execute the Custom Action
It executes
sh "-c "echo Hi""
Expected it to execute
sh -c "echo Hi"
Possibly related to https://jira.atlassian.com/browse/SRCTREE-1158
- is duplicated by
-
SRCTREE-6355 Custom Action: Multiple parameters get quoted together incorrectly
-
- Closed
-
-
SRCTREEWIN-9049 Custom Action parameters surrounded with unintended quotes
-
- Closed
-
- was cloned as
-
SRCTREE-7761 Custom Action: Quotes in Parameters: Everything gets quoted
-
- Needs Triage
-