Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn/JIRA Connector"

 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
[[Category:Mylyn]]  
 
[[Category:Mylyn]]  
  
The [http://tasktop.com/blog/eclipse/mylyn-jira-connector-moving Mylyn JIRA Connector has moved] to Atlassian. The Atlassian JIRA connector can be installed from the update site below.  
+
Atlassian has ended support for the Atlassian JIRA connector See [https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/ this blog post] for more details.
  
If the Mylyn JIRA connector is already installed it will be disabled and replaced by the Atlassian JIRA connector during the installation. It is not necessary to uninstall the Mylyn JIRA connector.
+
== Information for Integrators ==
 
+
* Update Site: http://update.atlassian.com/atlassian-eclipse-plugin/
+
* Documentation: [http://confluence.atlassian.com/display/IDEPLUGIN/Atlassian+Connector+for+Eclipse User Guide]
+
 
+
* Bug Reports: [https://studio.atlassian.com/browse/PLE https://studio.atlassian.com/browse/PLE]
+
* Support: [https://support.atlassian.com/https://support.atlassian.com/]
+
 
+
== Development ==
+
 
+
* Source Code: [https://studio.atlassian.com/svn/PLE/ https://studio.atlassian.com/svn/PLE]
+
 
+
== Integrating ==
+
  
 
The Atlassian update site distributes a feature and plug-in that with the same bundle ids as the Mylyn JIRA Connector (org.eclipse.mylyn.jira_feature) but with a higher version (3.4.0) than the latest available release of the Mylyn JIRA Connector. The stubs do not contain classes or extension points and effectively disable the Mylyn JIRA Connector.
 
The Atlassian update site distributes a feature and plug-in that with the same bundle ids as the Mylyn JIRA Connector (org.eclipse.mylyn.jira_feature) but with a higher version (3.4.0) than the latest available release of the Mylyn JIRA Connector. The stubs do not contain classes or extension points and effectively disable the Mylyn JIRA Connector.
  
In order to integrate with the Mylyn JIRA Connector the following version constraints needs to be specified in the manifest:
+
Extensions that integrate with the Mylyn JIRA Connector need to specifiy the following version constraints in the manifest:
  
 
  Require-Bundle:  org.eclipse.mylyn.jira.core;bundle-version="[3.3.2,3.4.0)",
 
  Require-Bundle:  org.eclipse.mylyn.jira.core;bundle-version="[3.3.2,3.4.0)",
Line 28: Line 16:
 
  <import feature="org.eclipse.mylyn_feature" version="3.3.2" match="equivalent"/>
 
  <import feature="org.eclipse.mylyn_feature" version="3.3.2" match="equivalent"/>
  
* Archive update site of last Eclipse.org relase: download.eclipse.org/tools/mylyn/update-archive/3.3.2/v20100222-0100/extras
+
The latest release of the Mylyn JIRA Connector is available from this archive update site: archive.eclipse.org/mylyn/drops/3.3.2/v20100222-0100/extras

Latest revision as of 01:04, 21 February 2018


Atlassian has ended support for the Atlassian JIRA connector See this blog post for more details.

Information for Integrators

The Atlassian update site distributes a feature and plug-in that with the same bundle ids as the Mylyn JIRA Connector (org.eclipse.mylyn.jira_feature) but with a higher version (3.4.0) than the latest available release of the Mylyn JIRA Connector. The stubs do not contain classes or extension points and effectively disable the Mylyn JIRA Connector.

Extensions that integrate with the Mylyn JIRA Connector need to specifiy the following version constraints in the manifest:

Require-Bundle:  org.eclipse.mylyn.jira.core;bundle-version="[3.3.2,3.4.0)",
 org.eclipse.mylyn.jira.ui;bundle-version="[3.3.2,3.4.0)"

Features should specify an equivalent version match:

<import feature="org.eclipse.mylyn_feature" version="3.3.2" match="equivalent"/>

The latest release of the Mylyn JIRA Connector is available from this archive update site: archive.eclipse.org/mylyn/drops/3.3.2/v20100222-0100/extras

Copyright © Eclipse Foundation, Inc. All Rights Reserved.