https://github.com/onlyutkarsh/linktoworkitem
A visual studio extension to link work item directly from history window
https://github.com/onlyutkarsh/linktoworkitem
Last synced: 10 months ago
JSON representation
A visual studio extension to link work item directly from history window
- Host: GitHub
- URL: https://github.com/onlyutkarsh/linktoworkitem
- Owner: onlyutkarsh
- Created: 2014-08-10T22:44:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T17:11:11.000Z (over 11 years ago)
- Last Synced: 2025-10-06T00:03:46.995Z (10 months ago)
- Language: C#
- Size: 250 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Link To Work Item
==============
Link To Work Item is a Visual Studio [extension](http://visualstudiogallery.msdn.microsoft.com/af28fbc6-e90e-4f06-94d0-21c8bbac9685) which helps you to assign work item to changeset(s) directly from changeset history window. To know its working, refer either the demo below or refer this [blog post](http://geekswithblogs.net/onlyutkarsh/archive/2014/08/11/link-to-work-item-ndash-visual-studio-extension-to-link.aspx) about its working.
[](https://ci.appveyor.com/project/onlyutkarsh/linktoworkitem)
**Features**
- [x] Directly assign work items to changeset(s) from history window.
- [x] Assign work item to multiple changeset(s).
- [x] Know the type of the work item before assigning.
- [x] Open the work item from search results.
- [x] It also supports all default Visual Studio themes.
**Demo**

##Setting up locally
To contribute to this project, you'll need to do a few things first:
1. Fork the project on GitHub
1. Clone it to your computer
1. Install the [Visual Studio 2013 SDK](http://www.microsoft.com/visualstudio/eng/downloads#d-vs-sdk).
1. Open the solution in VS2013.