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"

(2006-10-13 Planning Session)
(27 intermediate revisions by 8 users not shown)
Line 1: Line 1:
[[Category:Mylar]]  
+
[[Category:Mylyn]]  
  
== 2006-10-13 Planning Session ==
+
The [http://wiki.eclipse.org/index.php/Mylyn_FAQ#What_happened_to_the_Mylyn_JIRA_Connector.3F Mylyn JIRA Connector has moved to Atlassian].
  
[https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=Mylar&component=Jira&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&cmdtype=doit  Open task in Bugzilla]
+
== Information for Integrators ==
  
== JIRA web service API needs ==
+
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.
  
* Adding and removing attachments.
+
Extensions that integrate with the Mylyn JIRA Connector need to specifiy the following version constraints in the manifest:
* Retrieving and adding votes.
+
 
* Retrieving workflow actions and submitting the corresponding operatoins.
+
Require-Bundle:  org.eclipse.mylyn.jira.core;bundle-version="[3.3.2,3.4.0)",
* Submitting query/filter and only getting keys back (not issues+comments).
+
  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: download.eclipse.org/tools/mylyn/update-archive/3.3.2/v20100222-0100/extras

Revision as of 08:34, 26 February 2010


The Mylyn JIRA Connector has moved to Atlassian.

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: download.eclipse.org/tools/mylyn/update-archive/3.3.2/v20100222-0100/extras

Copyright © Eclipse Foundation, Inc. All Rights Reserved.