For C#; what is the code syntax for for this CLI? [tm editresult --field='Actual Result'='60' --sessionID=509239 622815]
What syntax is needed using the C# API for the following Command LIne Interface
[tm editresult --field='Actual Result'='60' --sessionID=509239 622815]
I have tried
issuesView.AddOption("field", "'Actual Result'='" + resultString + "'");
and the error states /"Actual Result/" does not exist
