Skip to main content

Questions tagged [tfs]

Team Foundation Server (TFS) is the on-premises version of Azure DevOps, providing Git and version control hosting, continuous integration, agile planning (issues, Kanban, Scrum, dashboards) and release management for continuous delivery to the cloud and on-premises.

-1 votes
0 answers
27 views

How to Enable or Disable Tabs Based on Field Value Pattern in Azure DevOps WITD XML

I am customizing a work item type in Azure DevOps and need to enable or disable entire tabs based on the value of a specific field. This field, Abc.CustomField, stores values from a multi-select ...
Subrahmanya Bhat's user avatar
0 votes
1 answer
30 views

How to Set Conditional State Transitions Based on Boolean Field in Azure DevOps WITD XML

I am customizing the workflow for a work item type in Azure DevOps and need to set state transitions based on the value of a boolean custom field (Abc.CustomField). Specifically: If Abc.CustomField is ...
Subrahmanya Bhat's user avatar
-1 votes
1 answer
44 views

How to checkout TFVC repo in GitHub Actions which run on Linux?

How can we checkout TFVC repo from Azure DevOps using GitHub Actions? I want to run my job in Linux. Looks like the checkout action from GitHub doesn't support TFVC. Is there any other method to do?
noonenine's user avatar
0 votes
1 answer
22 views

Add constraint to change TFS task state to resolved

For TFS task, is it possible to add constraint when someone tries to change its state to "Resolved"? The purpose is to specify that the task can only be changed to resolved if someone has ...
user180574's user avatar
  • 5,962
-1 votes
1 answer
87 views

I am trying to hit a PATCH API in C# and getting http 400 bad request error. However same API is working and returning 200 response in ReadyAPI tool

I am trying to hit a PATCH API using C# and getting a http 400 bad request error. However, the same API is working fine and returning http 200 responses in Ready API tool. I tried all the ways from ...
Anit Dhanapal's user avatar
0 votes
2 answers
53 views

Troubleshooting Inconsistent Work Item Retrieval in Azure DevOps Release API

I have an Azure DevOps API for fetching the releases between the start date and the end date https://vsrm.dev.azure.com/${organization}/${project}/_apis/release/releases?minCreatedTime=${startDate}&...
Chaitanya Kumar Muppuri's user avatar
-1 votes
1 answer
51 views

Azure DevOps server audit logs [closed]

I am trying to retrieve audit logs for specific group membership changes between May 2023 and May 2024 from our Azure DevOps Server. From my research, it seems that the auditing feature available in ...
RICHARD 's user avatar
0 votes
1 answer
51 views

How do I tell which job caused a deploy pipeline to fail when they all pass in Azure DevOps

I have an Azure DevOps YAML pipeline with deploy jobs that is failing: When I click the red X in the Stages column, it shows me the jobs that executed: Every job I click shows no failures. Where in ...
watkipet's user avatar
  • 1,041
0 votes
0 answers
42 views

Eclipse TFS plugin not respecting the ignore files\folders

Not sure why this is acting up like this but I have a project where in the project explorer the target folder as marked as Ignored: When I right click on the project -> Teams -> Check in ...
samer saleh's user avatar
0 votes
1 answer
94 views

Rest API to share the service connection in Azure DevOps Server 2019

I want to share the service endpoint with different project in AD Server 2019. However, there is no API support available officially. Any one using share API. Kindly share with me. TIA I tried API ...
Selva's user avatar
  • 3
0 votes
1 answer
46 views

How to Grant permissions to an existing 2013 TFS workspace? [closed]

Multiple users need to be able to use the same TFS workspace. Our Admins have now given us multiple user accounts with differing AD permissions to perform different tasks. I need to use a different ...
Aging Hippy's user avatar
-1 votes
2 answers
92 views

How can we migrate from TFVC to GIT, without halting development?

At our company we have a very old codebase which is hosted using TFVC on Azure DevOps. The repository has grown to be +- 10GB, which would be way too big for a GIT repository. It contains a lot of ...
Sid's user avatar
  • 11
1 vote
3 answers
132 views

How can I view all work item tags of my project in azure devops

I would like to know if there is any visual way through Azure Devops Services where I can view all the Workitem TAGS created in my project. I managed to find how to search for tags via the Azure ...
Thwyster's user avatar
0 votes
1 answer
39 views

Is there any way to add custom check in policy to azure DevOps server 2022 programmatically?

In our office, we defined a couple of custom check in changes rules. So when a developer want's to check in changes, if these rules don't satisfy, we should show warnings and prevent developer to ...
Maryam Khaliji's user avatar
0 votes
1 answer
43 views

Is there a way to use TF.exe history to get the history as well as related work items to the change sets?

I know tf.exe can get the history, but is there a way to get the history that includes the date/time, comment, and related work items linked to the changeset? history $/ /r /format:brief /noprompt ...
Chris Ward's user avatar

15 30 50 per page
1
2 3 4 5
1458