Table of Contents |
---|
Licensing
...
Please refer to Atlassian documentation: https://www.atlassian.com/licensing/purchase-licensing
TFS / VSTS check-ins synchronization (TFS4JIRA JIRA Plugin)
I don't have "TFS Check-ins" tab at all on issue view
...
Please check if permissions for project in TFS are correct for account that you provided. As a test you can check if this option works correctly for admin account.
I've defined a TFS / VSTS repository in TFS4JIRA Synchronizer but I can't see any check-ins.
First thing to check is whether TF4JIRA managed to successfully scan your TFS / VSTS repository. Navigate to tab Check-ins Scanning and click on Edit link – you should see information about last repository scan. Please verify if Last Scan Time is OK and if Last Scanned Revision number matches the most recent revision number in your repository. In case of last synchronization attempt failure, you should see also error details presented. You can also click on Edit link and then press Test button to check if repository data you've provided are OK. Below you will find a list of the most common errors you may encounter.
...
Most common cause of such an error is either invalid TFS / VSTS server URL or invalid project collection name. Regarding URL please verify that you've provided full URL with proper scheme (http:// vs. https://), port number and path component (by default, local TFS / VSTS installation URL ends with /tfs, e.g. http://example.com/tfs).
...
View collection-level information for the selected collection. Lack of this permission usually manifests as error message when running TFS / VSTS connection test, although sometimes it's not the case (the test passes, but TFS quietly returns no results). How to set the permission:
Visual Studio 2010/2012: Team -> Team Project Collection Settings -> Security
- Read permission for the selected folder. How to set the permission:
- Visual Studio 2010: View -> Other Windows -> Source Control Explorer -> Right click on the folder -> Properties -> Security
- Visual Studio 2012: View -> Other Windows -> Source Control Explorer -> Right click on the folder -> Advanced -> Security
Also, please verify that your TFS4JIRA plugin version is 1.7.5 or newer as previous versions contained a critical bug.
TFS4JIRA Synchronizer installation
...
You need to run following command in console: %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules
TFS4JIRA Synchronizer installer finished without any complaints but I get "HTTP 500" error on static files (*.js, *.css) when I navigate to the application site.
...
There is a bug in JIRA 6.0.1 that prevents Synchronizer to check the date set in JIRA instance. When you have JIRA 6.0.1 you need to have same timezone set in JIRA and in the computer on which Synchronizer is installed.
Not all of the values from TFS / VSTS are visible on the mappings screen (for example only subset of State fields can be chosen).
Remove folder <synchronizer_path>\App_Data\TFSClientCache
and check again if all of the TFS / VSTS values are on the list now.
I want to synchronize only JIRA Issues and TFS /
...
VSTS Work Items of some types and ignore other items.
You should go to page "JIRA Issue Type/TFS Work Item Type" and select "Do nothing" option instead of "Raise error" in value mappings section.
Miscellaneous
Connecting the synchronizer with JIRA or TFS / VSTS that uses self-signed SSL certificate
In order to succesfully connect to a machine that uses self-signed certificate, you will need to add the following entry to the synchronizer's <synchronizer_path>\Web.config
file (required changes are in bold):
...