This is the AnkhSVN issue repository connector for YouTrack. This extension surfaces the Issues contained within your YouTrack instance into the AnkhSVN pending changes view. You can search for issues using the same syntax as you use within the YouTrack web site itself. For Example entering a search term of 'for: me #unresolved' will return all unresolved issues for your login. Selecting issues within the results list and checking them will instruct the plugin to append text such as the following to your source control check-in message. "Issue: [Selected Issue #1], [Selected Issue #2], [etc...]"
1. Install the vsix package. 2. Open an SVN managed project or solution in VS 2013. 3. Within the solution explorer Right Click the solution node, you can see "Issue Tracker Setup" on the context menu. 4. Configure the plugin. The following information is required: YouTrack URL - This is the base URL of the you track server to communicate with. Project - You may optionally select a project to limit the scope of issue searches. Note: You will be prompted to enter credentials to connect to the YouTrack server. Project and URL are saved to the projects svn properties so this only needs to be set once for a team environment. |