devopshq / tfs

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

Returned HTTP 403 Forbidden error when create_workitem called #62

Closed ihar512 closed 5 years ago

ihar512 commented 5 years ago

Hi. I have two TFS, TFS1 and TFS2. I am able to create a bug by calling create_workitem on TFS1, but getting error 403 forbidden when I tried to do the same on TFS2. Both personal access tokens have full access. Any idea of why this is happening? Thanks.

Boltyk commented 5 years ago

@ihar512 can you share some code examples?

ihar512 commented 5 years ago

@Boltyk this problem have been resolved. Thanks.

allburov commented 5 years ago

@ihar512 could you give us reason why access was failed? It will help for someone

ihar512 commented 5 years ago

@allburov It failed because the TFS that did not work was TFS 2012 which does not support by the API.