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!