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/

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

This page is visible to Atlassian staff only. It will be published at release of Plugin 2.0.

1 September 2008
With pleasure, Atlassian presents version 2.0 Beta of the Atlassian IDE Plugin for IDEA. This is a beta version ......

With the plugin's Crucible support, you can now complete the full review lifecycle without leaving your IDE. .........

On the Bamboo side, you can also do more within your IDE so that there's less need to go to your browser. View the tests which failed and click through to the stack traces. Display a commit list and view the changed files. Show the full build log within IDEA.

The plugin now offers configuration at project level as well as IDE level. The project settings allow you to share server connections with your team members. In addition, each developer can configure their own workspace-specific settings, such as polling intervals and the behaviour of notification popups.

We have also fixed a number of bugs in this release, including the problem which occurred when attempting to connect to a JIRA server with a self-signed SSL certificate. Take a look at the full list of fixes below.

Highlights of this Release:

Don't have the Atlassian IDE Plugin for IDEA yet?
Take a look at the features in the Plugin User Guide. Then follow our easy installation instructions.

This is an open source project. You can get the source code from our SVN repository.

The plugin's blog
From time to time, the plugin development team posts some information on the plugin's blog.

Upgrading from a previous version of the Atlassian Plugin
  • If you are using the Crucible integration in Atlassian IDE Plugin for IDEA, please note that version 2.0 of the plugin requires Crucible 1.6 or later.
  • Please refer to the plugin's Upgrade Notes for further essential information about factors affecting your upgrade.




Crucible Highlights in the Atlassian IDE Plugin 2.0 Beta

Code Reviews Directly in the Source Editor

  • Open the review source in the IDEA editor.
  • View your colleagues' comments in the context of the source.
  • Select the relevant lines and add your comment or reply to someone else's comment.
  • Track comments via highlights and marks in the right-hand gutter.
  • View the source diff to see what has changed.

Full Crucible Review Lifecycle within IDEA

  • Create a post-commit review from a changelist in the IDEA's 'Changes' tool window.
  • Assign reviewers and notify them of the review.
  • Approve, summarise and close your reviews and perform all Crucible other workflow actions.
  • Add review comments to the source directly within your IDE.
  • Complete the reviews assigned to you.
  • Add a changelist to an existing review.

Dashboard-Like Display of Reviews within IDEA

  • Select one or more standard Crucible filters to create a review dashboard within IDEA.
  • Define your own custom filter.
  • Expand and collapse the views to suit your needs.

Review Status Notifications

  • You can now change the status of your Crucible reviews from within IDEA.
  • The review notifications tell you not only that a review has been updated, but now also exactly what has happened to the review.
  • Different colours and font markings show the review status. For example, blue indicates reviews which you need to review and green shows open reviews which you have created or moderated.




Bamboo Highlights in the Atlassian IDE Plugin 2.0 Beta

Failed Tests in a Bamboo Build

  • View the tests which failed, in the 'Bamboo Failed Tests' window in IDEA.
  • See the stack trace for each failed test.
  • Click through from the stack trace directly to the code that failed, viewed in the IDEA editor.

Changed Files in a Bamboo Build

  • Display a commit list in the 'Bamboo Build Changes' window in IDEA.
  • View the changed files for each commit list.
  • Open the changed files in the IDEA editor and view the diffs.

Bamboo Build Logs

  • Show the full build log in IDEA's editor window.




Other Highlights in the Atlassian IDE Plugin 2.0 Beta

Shared Configuration for your Project Team

  • The plugin now offers configuration at project level as well as IDE level. The screenshot below shows the project settings.
  • Use the project settings to set up your team's Bamboo, JIRA and Crucible servers just once for each project.
  • If you work on more than one project, this allows you to configure different servers for each project.
  • In the IDE settings, each developer can configure their own workspace-specific settings, such as polling intervals and the behaviour of notification popups.
  • Project settings are stored in your source control repository. The plugin will load the settings at the same time as loading the project into IDEA.
  • Settings which are specific to the developer (such as username, password, filters and layout options) are stored as private settings for the workspace and are not committed to the repository.




Complete List of Fixes in this Release

key summary priority status

Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  • No labels