Reputation: 15150
I recently started using TFS 2012 for bug tracking. Yesterday I was assigned a bug that ended up being not a bug at all, so I followed this guide to add a new custom resolved reason.
This worked fine, and I closed my bug successfully with my new "Not a Bug" reason.
However, today I received another bug (on a different project) that was also not a bug. When I went to resolve it, my new "not a bug reason" did not appear. In retrospect this makes sense given that I only modified the workflow for my old project (Project A), and not Project B.
I could obviously just change the workflow manually again for Project B, but I'd like to have this custom reason (and others eventually) available by default on every project. Given that there are a few dozen projects in source control it would take quite some time to do this manually. I didn't see any way to edit a generic workflow, I always had to select one under a specific project.
Is there any way to make workflow changes that apply to every project by default?
Upvotes: 1
Views: 87
Reputation: 52798
There is no magic switch that allows you to deploy your changes to more than one team project.
witadmin
command line to import it to each team project, then just run that for each change.Upvotes: 1