devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
110 stars 28 forks source link

Getting 404 url error when trying to create a work item #94

Open yohannessysc opened 2 years ago

yohannessysc commented 2 years ago
Screen Shot 2022-01-27 at 1 19 45 PM Screen Shot 2022-01-27 at 1 20 51 PM

I am having issues creating a work item using this method or even the simple create_workitem(). Any help would be appreciated.

andmarti1424 commented 11 months ago

Same issue here. requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://blabla.blabla.net/DefaultCollection/_apis/wit/workitems/$Task?api-version=5 You are using a POST method. Right?