From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Commit changes and associate with work item

Commit changes and associate with work item

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Commit changes and associate with work item

- [Instructor] It's time to make some changes and fix this bug that's assigned to me, this one here for the locking problem. So the first thing I'll do is right click on it and I'll say relate to changes, so any changes that I make in my code will be affiliated with this work item. So I choose that relate to changes and now, if I go here, team explorer, and go to changes you'll see that it's listed here. Related work items. Bug number 14. Now I can go here and make my fixes. And then commit. Choose commit and push. Let's go take a look at it in the web portal. I go to the Repos and take a look here, you can see that I fixed a bug and it shows that that has the related work item number 14. So it shows that they're affiliated with each other and of course I can always drill in and see the commit here. Another thing I want you to see is that if you go over to boards and take a look at this, you see over here it's added a link in the developments section where it fixed a bug. So I click…

Contents