History DiffThe standard history tab of work items in Azure DevOps shows only the entire old and new values of each field, without highlighting the actual changes within it. This makes spotting the difference very hard for fields that usually contain a lot of text; most prominently, the standard "Description" and "Repro Steps" fields as well as the comments. This extension adds a new tab to work items that shows the full history of every field, while computing an appropriate diff for each one. Optionally, the user can filter out uninteresting fields (e.g. related to work logging). If you like the extension, please give it a star on GitHub and rate on the Visual Studio marketplace! The left image shows the default Azure DevOps history, while the right depicts the history as shown by the extension:
Changes to the text are much easier to spot.
For installation instructions, documentation and source code, please head over to the GitHub page. |