Table of Contents |
---|
Licensing
...
TFS check-ins synchronization (TFS4JIRA JIRA Plugin)
Error in JIRA UPM that says "The JIRA server was contacted but has returned an error response."
This error sometimes happens after updating UPM. Please try the following:
...
...
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 repository in TFS4JIRA
...
Synchronizier but I can't see any check-ins.
First thing to check is whether TF4JIRA managed to successfully scan your TFS repository. Navigate to Administration -> TFS Repositories. and to tab Check-ins Scanning and click on Status link – a popup will show up presenting Edit link – you should see information about last repository scan. Please verify if last scan time Last Scan Time is OK and if last scanned changeset Last Scanned Revision number matches the most recent changeset 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 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 installation URL ends with /tfs, e.g. http://example.com/tfs).
I get "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" error
Most probably your TFS server uses SSL certificate which cannot be verified (usually because it's self signed). Please follow the steps listed below to add your certificate to trusted store.
How do add my TFS server SSL certificate to JIRA trusted certificates store?
...
TFS4JIRA seems to successfully run synchronizations but still I cannot see any check-ins.
...
View collection-level information for the selected collection. Lack of this permission usually manifests as error message when running TFS 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.
...
Not all of the values from TFS 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 values are on the list now.
I want to synchronize only JIRA Issues/TFS Work Items of some types and ignore other items.
...