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

Link Xray test Execution with Test plan when importing - selenium

Edited

I am using Rest API - to import selenium result back to the Xray

rest/raven/1.0/import/execution/cucumber/multipart

When I import without enter the custom field ( test plan ) - it's working fine.

{
"fields": {
"project": {
"id": "20600"
},
"labels": [
"Automation"
],
"summary": "Test Execution - Automation",
"issuetype": {
"id": "10007"
}
}
}

 When I import with the test plan field -it's return me 400 error code.

I get customfield id is using ?expand=names, so i think the ID should be correct, and the value I put inside ( NAS-6871 is the test-plan ID which already exist in Xray.

Any more setup i need to do to enabled this linkage to be work?

{
"fields": {
"project": {
"id": "20600"
},
"labels": [
"Automation"
],
"summary": "Test Execution - Automation",
"issuetype": {
"id": "10007"
},
"customfield_24724": [
"UNI-6871"
]
}
}

 

Also, I Couldn't see edit Icon in the Test Plan field there compare to labels, is there any more setup i need to do? 

Untitled.png

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events