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.
I have been able to automate Xray test cases from Jenkins pipelines. Then that is done the test cases in Xray are placed in a generated Xray test execution.
What I want to know is if existing Xray test sets and test executions can be updated.
Basically this is what I'm trying to do:
Create Release
|- Epic 1
|- Story
|- Xray Test Case
|- Xray Test Case
|- Xray Test Case
|- Story
|- Xray Test Case
|- Xray Test Case
|- Xray Test Case
|- Epic 2
|- Story
|- Xray Test Case
|- Xray Test Case
|- Xray Test Case
|- Story
|- Xray Test Case
|- Xray Test Case
|- Xray Test Case
|- Epic 3
|- Story
|- Xray Test Case
|- Xray Test Case
|- Xray Test Case
|- Story
|- Xray Test Case
|- Xray Test Case
|- Xray Test Case
Xray Test Set: Contains Xray test cases that validate a Story
Xray Test Execution: Contains the Xray test sets that will prove the Epic
Xray Test Plan: A visibility and management over the entire releases testing cycles.
Those last 3 items are what I'm hoping I can, through automation from Jenkins pipelines, automate.
Any suggestions?
Thank you
Hi @Bob.Ford,
Xray provides support for the Jenkins pipeline, please check the documentation here (https://docs.getxray.app/display/XRAYCLOUD/Integration+with+Jenkins#IntegrationwithJenkins-Pipelineprojectssupport).
And the options it provides are for uploading execution reports and associate them to existing Test Execution or create a new one.
If you want to use the pipeline to create the structure of issues, then please use the Xray API (https://docs.getxray.app/display/XRAYCLOUD/API), since the pipeline options are designed to upload automated test results.
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.