An open API service indexing awesome lists of open source software.

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

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.

[![Build status](https://ci.appveyor.com/api/projects/status/indlc2jhod6u8x7w)](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**
![Demo](http://i.imgur.com/5xfRsSN.gif)

##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.