Is this possible to get the TFS 2017 work items from Azure Devops rest API?
up vote
-1
down vote
favorite
Actually i had the tfs server like this. https://<<>>.visualstudio.com
is this possible to access the repositories using AzureDevops Rest Reference?
I don't know my version of TFS and its not Azure devops version.
How could check the Devops Rest compatible with their TFS 2017 versions?
tfs azure-devops
add a comment |
up vote
-1
down vote
favorite
Actually i had the tfs server like this. https://<<>>.visualstudio.com
is this possible to access the repositories using AzureDevops Rest Reference?
I don't know my version of TFS and its not Azure devops version.
How could check the Devops Rest compatible with their TFS 2017 versions?
tfs azure-devops
The TFS server which you are mentioninghttps://<<>>.visualstudio.com
is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
– Jayendran
yesterday
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
Actually i had the tfs server like this. https://<<>>.visualstudio.com
is this possible to access the repositories using AzureDevops Rest Reference?
I don't know my version of TFS and its not Azure devops version.
How could check the Devops Rest compatible with their TFS 2017 versions?
tfs azure-devops
Actually i had the tfs server like this. https://<<>>.visualstudio.com
is this possible to access the repositories using AzureDevops Rest Reference?
I don't know my version of TFS and its not Azure devops version.
How could check the Devops Rest compatible with their TFS 2017 versions?
tfs azure-devops
tfs azure-devops
edited yesterday
asked yesterday
Mahendra Prabhu
2,0911436
2,0911436
The TFS server which you are mentioninghttps://<<>>.visualstudio.com
is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
– Jayendran
yesterday
add a comment |
The TFS server which you are mentioninghttps://<<>>.visualstudio.com
is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo
– Jayendran
yesterday
The TFS server which you are mentioning
https://<<>>.visualstudio.com
is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo– Jayendran
yesterday
The TFS server which you are mentioning
https://<<>>.visualstudio.com
is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo– Jayendran
yesterday
add a comment |
1 Answer
1
active
oldest
votes
up vote
-2
down vote
There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-2
down vote
There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
add a comment |
up vote
-2
down vote
There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
add a comment |
up vote
-2
down vote
up vote
-2
down vote
There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
There is no TFS 2016 (only 2013,2015,2017,2018). The Rest Api supported from TFS 2013. Here you may find versions of rest api and supported tfs versions: REST API Versioning.
Also you may see version of rest api in documentation: REST API Overview for TFS 2015, 2017, and 2018 (RTW and Update 1). Each method contains its version:
answered yesterday
Shamrai Aleksander
81535
81535
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372230%2fis-this-possible-to-get-the-tfs-2017-work-items-from-azure-devops-rest-api%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
The TFS server which you are mentioning
https://<<>>.visualstudio.com
is actually not TFS and it is AzureDevOps. And yes, of course, as mentioned in the answer there is no TFS 2016. You can use AzureDevOps Rest API reference for accessing all the repo– Jayendran
yesterday