-
Hello,
the **Get-FreshServiceSolutionFolder** cmdlet doesn't work when multiple results are returning (**FreshservicePS** module version _0.1.6_).
If I run this cmdlet to retrieve the list of a **…
-
When creating a ticket it seems the fields "Extent" and "Severity" are required, however the PS module seems to see them as invalid. Tried both via the New-FreshServiceTicket command below and via POS…
-
I'm looking to update tickets custom fields as the ticket that was generated has no custom field and can not be closed without one.
## Expected Behavior
I'm trying to run Set-FreshServiceTicket -i…
-
When using Server Core with FreshservicePS we can't issue any commands without trigging the exception.
For server core doesn't have Internet Explorer Invoke-WebRequest or Invoke-RestMethod require th…
-
I'm not able to configure multiple custom_fields when creating a new Contract.
## Expected Behavior
A new contract with the user-defined fields rufnummer, kundennummer, kundenkonto, rahmenvertrag,…
-
New-FreshServiceConnection references the global variable "$FreshServiceConfigPath" (defined in FreshservicePS.psm1) which itself references "$env:APPDATA". "$env:APPDATA" is an environment variable t…
-
It would be nice if the invoke-FreshworksRestMethod.ps1 could also support Uutf-8 for json content.
$HTTPHeaders.Add('Content-Type', 'application/json; charset=utf-8')
istead of
$HTTPHeaders.Add…
-
When creating a new ticket, the maximum value allowed today is 5. If you try to add a value higher, you get an error message saying:
_New-FreshServiceTicket : Cannot validate argument on parameter …
-
## Expected Behavior
From API you can create coversations and set Created At time, and Updated at Time, this is currently not available in FreshServicePS, and it would be grat to have this opport…