tfs2013

Clear the 'comment' field after successful TFS check-in?

僤鯓⒐⒋嵵緔 提交于 2019-12-11 00:03:39
问题 In Visual Studio 2013, is it possible to have TFS automatically clear the 'Comment' field after a successful check-in (on the Pending Changes panel)? Currently, I just manually highlight and delete the comment field text after every check-in. Example below. Added a comment to my check-in... Would like to see this after a successful check-in (along with the cleared 'Included Changes' pane)... 来源: https://stackoverflow.com/questions/23274721/clear-the-comment-field-after-successful-tfs-check-in

“TF237124: Work Item is not ready to save” on associated workitem, but code is checked in regardless

心不动则不痛 提交于 2019-12-10 23:58:53
问题 We made a few fields in bugs required before allowing to resolve. However, when a developer tries to resolve with a checkin and those fields are not filled in, it still allows the checkin to occur w/out associating that bug - is there a way to NOT allow the checkin to occur so the developer fixes it, and the bug can be associated with it properly? here is the full message: Failed to update the following work item: ID 9073. Reason: TF237124: Work Item is not ready to save Changeset 548

TFS 2013 not working with IIS reverse proxy

丶灬走出姿态 提交于 2019-12-10 23:47:02
问题 I am trying to use an IIS reverse proxy to make my TFS server accessible to a different group of users on the network. I have anonymous authentication turned on on the reverse proxy server (URL Rewrite and ARR). Whenever I try to connect to the TFS server I get a 401, and typing the password correctly in doesn't work. I have tried both of these Rewrite URLs: http://192.168.1.85:8080/{R:0} http://192.168.1.85:8080/{R:1} Both are producing the 401, though. I have tried turning Windows

Get the current iteration path from TFS

不羁的心 提交于 2019-12-10 14:19:45
问题 I'm trying to get the current iteration path for the teams TFS project. The way I'm trying to do this is by using the blog from http://blog.johnsworkshop.net/tfs11-api-reading-the-team-configuration-iterations-and-areas/ . I start by getting the team configurations from the following code: TfsTeamProjectCollection tpc = TFSConncetion(@"http://tfs/url"); var configSvc = tpc.GetService<TeamSettingsConfigurationService>(); var configs = configSvc.GetTeamConfigurationsForUser(projectUri); The

how to do continuous integration with service fabric with tfs 2013?

佐手、 提交于 2019-12-10 12:39:30
问题 There exists a great amount of documentation and samples on how to create build definitions for VSTS and TFS 2015+ for Service Fabric continuous integration and deployment. What is available in terms of integration with TFS 2013 for deployment of Service Fabric applications? How do we integrate the build and deployment of on-premises Service Fabric clusters / applications / services with TFS 2013? 回答1: Service Fabric is a distributed systems platform that makes it easy to package, deploy, and

Work items associated with releases

a 夏天 提交于 2019-12-10 11:53:18
问题 I have a vNext release that is triggered by a gated check-in build. The associated changeset is linked with an work item. What I have to check in order to have the linked work item displayed in the Change Summary tab of the release as in this link? 来源: https://stackoverflow.com/questions/30193673/work-items-associated-with-releases

TFS 2013: How to get changeset comments into a text file?

删除回忆录丶 提交于 2019-12-10 10:37:49
问题 I'd like to get all changeset comments into a simple text file (to generate a changelog automatically). I tried doing this by querying TFS tables in SQL, but it's an undocumented black box... I read one post to run something like this: tf history $/ -r I got the latest TFS 2013 power tools, but that includes "tfpt" instead of "tf". "tfpt searchcs" opens a gui even if given command line arguments. Does anyone know how to accomplish what I'm requesting? EDIT: I was referring to this How do I

Stack Rank numbers suddenly messed up in TFS 2013

浪尽此生 提交于 2019-12-10 09:34:54
问题 I don't know if it is related in some way to TFS 2013 Udpate 2 that I performed recently but suddenly many Stack Rank numbers we set manually are messed up and got very high random value. I have just started using TFS in my daily work and I would like to know if I this behavior is a bug or is considered correct. In the second case is there an option to set in order to avoid this automatic numbering? 回答1: Ewald explains everything in this post Behind the scenes: the Backlog Priority or Stack

TFS git commit change work item status

五迷三道 提交于 2019-12-10 05:45:11
问题 I know that you can link workitem with #1234 commit message syntax. Is there a way to change work item status that way. Say, resolve it? 回答1: There is not currently a way to do this. I would however expect to see these kind of things comming down the line as MS has committed to feature parity, where possible with TFVC. 回答2: As this article says, we can use #ID to link to work items. 回答3: Finally it works! Using the keyword fix , fixes or fixed #ID will close the workitem but you need to

No way to group work items into releases in TFS 2015?

笑着哭i 提交于 2019-12-10 00:10:21
问题 My team is just now starting to use TFS 2015 Update 1 on premise to manage their development process. I have set up the server and defined some custom states and transitions for work items to better map to our process. To start with, we will only be taking advantage of the Kanban board and are not attempting to use iterations for a variety of reasons I won't get into here. My problem currently is using TFS to plan releases. Specifically, I don't see any way to group Features and User Stories