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
I have a set of tests running in a Bamboo remote agente using cucumber.
On Jira i have installed Zephir and Zappi
On Bamboo i have the Zephir plug in and i can add a task that detects the jira cyles and projects, so communication between zephir plugin and jira is being done.
When i run the tests, i generate a results.xml using:
cat report.json | node_modules/.bin/cucumber-junit > results.xml
and after i added a junit parser task with: **/results.xml
and in the end i added a task to publish results to Zephyr, it runs and i get :
Finished task 'Publish Test Results to Zephyr' with result: Failed
After looking at Jira logs seems the problem is the lack of Jira ids from the test cases they are not passed to zappi, and i need to update the test results on jira.
My question is: How can i pass those jira ids???
Thanks.