Test case steps field cannot be imported to Jira using API

yangyouxiang06
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2024

I used to create and update test case steps via issue.update() function, but now this method doesn't take effect to test case steps field such as customfield_xxxxx with no error reported.


new_action={

"steps":[

{ "index":1, "fields":{ "Action":"xxx", "Data":"", "ExpectedResult":"xxx" },},

{ "fields":{ "Action":"yyy", "Data":"", "ExpectedResult":"yyy" }, }

] },

issue_data['customfield_xxxxx']=new_action issue=cc_jira.issue(issue_key) new_issue=issue.update(fields=issue_data)


Is there anything changed on Jira, or does this field be restricted to be modified by jira API?

0 answers

Suggest an answer

Log in or Sign up to answer