Closed ajahraus closed 2 years ago
new_task = project..createWorkitem('task', new_workitem_fields={'title': 'New title'})
should read
new_task = project.createWorkitem('task', new_workitem_fields={'title': 'New title'})
Thanks
should read