You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Invoke-JiraMethod -URI $uri with PSVersion 5.1, the following error is thrown:
Add-Member : Cannot add a member with the name "toString" because a member with that name already exists. To overwrite the member anyway, add the Force parameter to your command.
Description
When using
Invoke-JiraMethod -URI $uri
with PSVersion 5.1, the following error is thrown:Add-Member : Cannot add a member with the name "toString" because a member with that name already exists. To overwrite the member anyway, add the Force parameter to your command.
This seems to correspond to this line:
JiraPS/JiraPS/Private/ConvertFrom-Json.ps1
Line 39 in 109dc34
Steps To Reproduce
Expected behavior
No warning messages
Screenshots
Your Environment
Possible Solution
Add the -force option
The text was updated successfully, but these errors were encountered: