On this page:
Installation via IDEA Plugin Manager
- Open the IDEA plugin manager. (Go to IDEA's 'File' menu and select 'Settings', 'IDE Settings', 'Plugins'.)
- Right-click 'Atlassian Connector for IntelliJ IDEA' in the 'Available' plugins tab.
- Select 'Download and Install'.
Manual Installation
Use this installation method if you do not have access to the internet from your machine.
- Grab the
atlassian-idea-plugin-<version>.zipfile from one of the following sites: - Unzip it into your IDEA plugin directory:
- Windows:
C:\Documents and Settings\<username>\.IntelliJIdea<xx>\config\plugins - OS X:
$HOME/Library/Application Support/IntelliJIDEA<xx> - Linux/Unix:
$HOME/.IntelliJIdea<xx>/config/plugins
- Windows:
Installing a Previous Version
Atlassian does not support older releases of the plugin. |
Prior to unzipping the plugin to appropriate destination please ensure that the old version has been deleted. |
- Grab a version of the plugin you wish to install. For example, atlassian-idea-plugin 2.4.2.
- Unzip it into your IDEA plugin directory:
- Windows:
C:\Documents and Settings\<username>\.IntelliJIdea<xx>\config\plugins - OS X:
$HOME/Library/Application Support/IntelliJIDEA<xx> - Linux/Unix:
$HOME/.IntelliJIdea<xx>/config/plugins
- Windows:
Please note that the last stable version with full support for Crucible is 2.4.2.
System Requirements
The Atlassian Connector for IntelliJ IDEA is compatible with the following software versions:Atlassian Products |
|
|---|---|
|
|
|
|
|
|
|
|
IntelliJ IDEA |
|
|
|
Operating Systems |
|
Microsoft Windows (including 64-bit) |
|
Linux (x86/GTK) |
|
Apple Mac OS X |
|
JDK
Java 5
RELATED TOPICS
Configuring the IntelliJ Connector
Upgrading the IntelliJ Connector
Overview of the Atlassian IDE Connectors







5 Comments
Hide/Show CommentsMay 10, 2011
Anonymous
Does this mean that the Crucible is no longer supported by the plugin? Also, how about Bamboo 3.0 or Jira 4.3? Are these not supported?
Is the IDE connector really behind or just the documentation?
May 24, 2011
Anonymous
when using the plugin with idea 10.5 it starts with a popup telling that the plugin init failed and it will be disabled. in the idea logs this can be found:
removing the
org.apache.commons.logging.*classes from the connector plugin jar worked for me so far.Jun 09, 2011
Anonymous
I have installed plugin on IntelliJ IDEA 10.5 and it works fine. I haven't seen any problem.
Jul 28, 2011
Anonymous
Hi,
When I start 9.0.4 and install the Atlassian connector "Atlassian Connector for IntelliJ IDE (3.0.2, SVN:1107041124)" I get the following error. I've already tried re-installing IDEA, Connector and deleting the \.IntelliJIdea90 directory ...
Help would be very much appreciated - thanks a lot!!!
Thomas
2011-07-28 11:05:45,593 [ 2734] ERROR - plication.impl.ApplicationImpl - org.apache.commons.logging.LogFactory
java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory
at shadow.org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45)
at shadow.org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45)
at java.security.AccessController.doPrivileged(Native Method)
at shadow.org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:41)
at shadow.org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:33)
at shadow.org.apache.axis.components.net.SocketFactoryFactory.<clinit>(SocketFactoryFactory.java:33)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at com.atlassian.theplugin.commons.ssl.PluginSSLProtocolSocketFactory.initializeSocketFactory(PluginSSLProtocolSocketFactory.java:94)
at com.atlassian.theplugin.idea.ThePluginApplicationComponent.<init>(ThePluginApplicationComponent.java:82)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter$1.run(ConstructorInjectionComponentAdapter.java:220)
at org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalCyclicDependencyGuard.java:53)
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getComponentInstance(ConstructorInjectionComponentAdapter.java:248)
at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:60)
at org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingComponentAdapter.java:58)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:633)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:584)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:231)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:218)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:200)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:140)
at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:121)
at com.intellij.openapi.components.impl.ComponentManagerImpl.initComponents(ComponentManagerImpl.java:371)
at com.intellij.openapi.components.impl.stores.ApplicationStoreImpl.load(ApplicationStoreImpl.java:89)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:388)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:101)
at com.intellij.idea.MainImpl$3.run(MainImpl.java:150)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at com.intellij.ide.IdeEventQueue.f(IdeEventQueue.java:627)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:508)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:405)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:369)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Oct 25, 2011
Anonymous
Running Intellij 10.0.3, the crucible panel doesn't show up for me. I've configured it and tested the connection. But no crucible panel shows.
Add Comment