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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
Am trying to import the test execution result in JSON format using the Rest API /rest/raven/1.0/import/execution
The Python code for the same is embedded in the Jenkins job.
While posting the JSON result it gives the following error
"Error assembling issue data: Version name \u00276.0.0\u0027 is not valid"
Somehow it doesn't like the version and the unicode which i guess id due to the Python json.load and json.dumps statements while posting to the Rest API, though in the result JSON file the version is specified as a string like any other string value.
Please help here, kind of stuck here.
Thanks, Chetan