atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

JIRA 400 error on jira.edit_issue()

Open hansonmcoombs opened this issue 2 years ago • 0 comments

I get a 400 error bad url when calling jira.edit_issue() for cloud. The error rectified by changing line: 1035 in jira.py

from data = {"update": fields} to data = {"fields": fields}

hansonmcoombs avatar Jan 05 '22 21:01 hansonmcoombs