You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I have Jira in cloud and extension of Zephyr Scale added to it for Test Related Issues.
I am using ZephyrScale.Rest.Sdk NuGet package Version 1.0.0.6. I am using Visual Studio 2019 C# code. The code is provided in the NuGet package but it gives me internal server error. I have created Zephyr Scale API key as per documentation and using it for connection. The connection is being created using
var zService = new ZephyrScaleCloudService("app url", "user api token");
the error is "$exception {"Could not communicate with the Zephyr server. Response code: InternalServerError, Response Body: {\"error\": \"No value present\"}"} System.Exception"
I tried using Postman but it also gives same error. "500 Internal Server Error": No value present
Help needed