Pending Changes Overview
In the "My Work" page, a new pane titled "Prepare Work" has been added above the "In Progress Work" pane. This pane serves as the starting point for your work. Here’s how you can use it:
-
Getting Started with Prepare Work:
- A Visual Studio project and a valid connection to the DevOps repo are necessary for the "Prepare Work" pane to function correctly.
- Begin by selecting a work item and verifying it. It can be added via the “Add multiple Work Items” menu or drag and drop it to the “Related Work Items” section.
- The verification process checks whether a related work item needs to be added. If you've enabled the option, it will be added automatically.
-
Important Note:
If your solution involves more than one project, make sure to select one from the Visual Studio project combo box. It doesn't matter which project you select, select the one you prefer
-
Validation Processes:
The "Prepare Check In" pane performs several validations when the Verify button is pressed, including:
- Ensuring the correct branch is selected.
- Verifying that the current developer is assigned to the task.
- Checking the work item's validity (state check).
- Adding missing work items
- ...and much more.
-
Menu Explained:
- : Verify the selected work items. This function will check if the correct work items are selected, both parent level and child level is checked. If there is any problems a detailed description and suggested action is displayed.
- Add Missing Work Items: Post-verification, this function adds the required work items. It's unnecessary if "Automatically add missing work items on verify" is enabled in
Tools/Options/DevMethodVS Tools
. -
Action Menu Functions:
- Add Multiple Work Items: Allows adding multiple work items at once, separated by a space or comma.
- Clear Messages: Clears all issued messages.
- Configure Detailed Check In Comment: Configure the check in comment with more details.
- Reload Settings: Refreshes shared settings from Azure storage. This happens automatically on project opening or Visual Studio startup, but can also be done manually to force a refresh.
-
Check In:
- When the work items are verified, and no warnings is shown, select the check in reason.
- Check in the code.
