Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Xray Test Plan Key and description Adding

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

1 answer

0 votes
Rogério Paiva - Xray Xporter
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 19, 2021

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: 

https://docs.getxray.app/display/XRAY/Import+Execution+Results+-+REST#ImportExecutionResultsREST-TestNGXMLresultsMultipart

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]

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events