Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Prevent a TFS task (work item) from being "Resolved"

I'm running into an inconvenience - I have specific tasks in TFS that I want to be associated with multiple check-ins before they are resolved, but Visual Studio defaults the check-in association to "Resolve", requiring me (or whoever is doing the check-in), to change this to "Associate", before checking in. Is there a way to change this default, per user? Perhaps prevent the status ("Resolved") on specific tasks altogether?

like image 320
ryanwebjackson Avatar asked Dec 18 '22 22:12

ryanwebjackson


1 Answers

In Visual Studio:

Tools -> Options -> Source Control -> Visual Studio Team Foundation Server

Uncheck "Resolve associated work items on check-in".

like image 97
Paul Abbott Avatar answered Dec 28 '22 09:12

Paul Abbott