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
In Jira Xray, I am trying to Add test plan key and description to the Test Executor. It is showing some error.
My code snippet are as as below:
def importInfo = [
fields : [
project : [id: "XYZ"],
summary : summary,
description: description,
],
xrayFields: [environments: ["Jenkins", "QA"], testPlanKey: "XYZ-15"]
]
sh("curl -H 'Accept-Charset: utf-8' -H 'Content-Type: multipart/form-data' -u xyz:abc -F 'file=@xyz/testng-results.xml' -F info='${asJson(importInfo)}' 'https://xyz.com/rest/raven/1.0/import/execution/testng/multipart?'")
It is updating the Summary and Description and but it is not adding the environments and testplankey to the test executor.
Need help Jira team.
Thanks,
Atheeq
Hi @Athiq Roger
Are you using Xray Server or Cloud?
If you are using Xray Server the Json format is slightly different from the Cloud version, in server, it does not have the section xrayFields.
Please check the server documentation here:
If you need additional help, please contact the Xray Support (http://xraysupport.xpand-it.com ) so that we can request additional information and help further.
Kind regards,
Rogério Paiva [Xray Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.