I am trying to read an excel file and upload test cases to Jira Xray test repository. I am doing it using Atlassian python library. I am able to create test cases but when I try to update the test procedures (Action & expected result) , I am facing the below error
raise HTTPError(error_msg, response=response)
requests.exceptions.HTTPError: Field 'steps_id' cannot be set. It is not on the appropriate screen, or unknown.