As of June 1, 2015, the IDE Connector documentation will no longer be maintained by Atlassian. See https://developer.atlassian.com/blog/2015/06/discontinuing-ide-connectors-support/ for more information. We will also be making this documentation available for our open source community here: http://atlassian-docs.bitbucket.org/

11 August 2011

 

Atlassian presents version 3.0.1 of the Atlassian Connector for Eclipse.

What's new in this release?

  • We've added support for Eclipse 3.7, Mylyn 3.6 and JIRA 4.4

Important Note when Upgrading from version 2.3 or earlier

The majority of the Crucible and FishEye integration has been removed in version 3.0 of the Atlassian Connector for Eclipse. The Connector still supports opening files in Eclipse from Fisheye. 

For more details, please read the announcement.

Don't have the Atlassian Connector for Eclipse yet?

You can install the connector directly from the Eclipse software updates manager or from a zipped archive. Follow our installation guide.

We love your feedback!

Please log your issues, requests and votes. They help us decide what needs doing.

This is an open source project. Fork it or get the source code from our bitbucket repository.

Highlights of this Release

Support for Eclipse 3.7, Mylyn 3.6 and JIRA 4.4

We have tested and applied minor fixes to make Atlassian Connector for Eclipse compatible with JIRA 4.4, Eclipse 3.7 and Mylyn 3.6.

Start/Stop work JIRA functionality improvement.

We have loosened restrictions and now the start/stop work on JIRA issue button works not only with standard workflow but also with some non-standard cases.

 
 

Complete List of Fixes in this Release

key summary priority status

Data cannot be retrieved due to an unexpected error.

View these issues in Jira

  • No labels

2 Comments

  1. Can you point me in the direction of the rules surrounding the support for "start work" for non-standard workflows, please?  also, please see my post here... Working with JIRA Issues in Eclipse

  2. Commit: https://bitbucket.org/atlassian/connector-eclipse/changeset/e4a331859435

    File: https://bitbucket.org/atlassian/connector-eclipse/src/e4a331859435/com.atlassian.connector.eclipse.jira.ui/src/com/atlassian/connector/eclipse/internal/jira/ui/actions/AbstractStartWorkAction.java

     

    We support only standard workflow but you may of course try to play with non-standard one.

    We use standard JIRA transitions and issue states to enable Start/Stop work action so your modified workflow should be based on the standard one and contain standard transitions (we check their ID's so it is not enough to create new one with the same name as in the original).