I want to set duedate usingcJira Python.
I tried below code, but not working,
issue.update(fields={"duedate": "2020-05-22"} )
Do i require any specific access? and how to get that access?