Hi,
I would like to know how to run Integrity-Command "im createissue" in Microsoft PowerShell-Scripts.
For example via the PowerShell-Command "Start-Process" and using "Here-Strings" for the arguments.
So far I had no success with my tests, see used code at the end of this message.
Do you have any code examples or recommendation ?
Best Regards
Stephan
Used code for testing:
Start-Process im createissue -argument @"
--hostname=integrity
--port=xxxx
--user=xxxx
--type="xxxx"
--field="xxxx"
--gui
"@ -NoNewWindow -Wait