Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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?