id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 5256,[patch] TicketWorkflowOpRunExternal will only work with .exe files on Windows,anonymous,Eli Carter,"When using TicketWorkflowOpRunExternal to call an external script, the script path does not specify a file extension. This means that in Windows, you get a 'This file is not a valid Win32 application' error when the script is called because without a file extension Windows treats it as an executable (.exe) file and tries to run it as a Windows executable. A workaround is to create an executable (.exe) instead of a script, which Windows can execute without specifying the extension. A fix could be to specify the file extension in the workflow options like so: {{{ .operations = run_external .run_external = Hint to tell the user. .extension = vbs }}} If the extension option is not set then it would behave as it already does meaning unix users need not change anything. ",defect,closed,normal,AdvancedTicketWorkflowPlugin,normal,fixed,run_external windows exe,hju@…,0.11