Hi,
i want to automate some order verification proccesses in my company, therefore i`m working on a python script that will check all the steps in an issue.
But i encountered a problem. After getting an issue JSON (tried both jira.issue(key) method and curling it from the api), i can`t see the test steps anywhere inside - i see the comments, asignees etc., but no steps.
Is there any way to obtain the test steps list, other than parsing html page?
Cheers
Jan