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
Hi Everyone,
Thank you in advance for your time!
I am hoping to be pointed in the right direction for documentation or examples on adding multiple Test Steps to Tests in Jira utilizing the Jira API / Python. Currently I have automated Issue creation, however, I am struggling to find documentation on how to pass test steps through the API to recently created Issues.
How I would like to approach this problem (not opposed to other routes) is as follows:
- Read in pre-created test-steps in through pandas as a CSV (stored as local variable)
- Create Jira Issue (type: Test)
- Extract Issue ID
- Add test-steps to recently created Jira Issue utilizing Issue ID above / Update Issue
Thank you again!