On this page:
Installation via IDEA Plugin Manager
New IDEA
- Open the IDEA plugin manager. (Go to IDEA's 'File' menu and select 'Settings', 'IDE Settings', 'Plugins'.)
- Click 'Browse Repositories'.
- Double click 'Atlassian Connector for IntelliJ IDEA'.
- Select 'Download and Install'.
Old IDEA
- 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>.zip
file from one of the following sites:- http://plugins.intellij.net/plugin/?id=2190
https://marketplace.atlassian.com/plugins/com.atlassian.ide.plugins.idea
If you want to manually install unstable, SNAPSHOT versions of the plugin, you can grab a download link from http://update.atlassian.com/atlassian-idea-plugin/latestPossibleVersion.xml.
- 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.
システム要件
アトラシアン製品 |
|
---|---|
| |
| |
| |
| |
IntelliJ IDEA |
|
| |
OS |
|
Microsoft Windows (including 64-bit) |
|
Linux (x86/GTK) |
|
Apple Mac OS X |
|
JDK
Java 5
関連トピック
Configuring the IntelliJ Connector
Upgrading the IntelliJ Connector
Overview of the Atlassian IDE Connectors
10 Comments
Anonymous
May 10, 2011Does 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?
Anonymous
May 24, 2011when 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.Anonymous
Jun 09, 2011I have installed plugin on IntelliJ IDEA 10.5 and it works fine. I haven't seen any problem.
Anonymous
Jul 28, 2011Hi,
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)
Anonymous
Oct 25, 2011Running 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.
Anonymous
Aug 28, 2012I just upgraded to IntelliJ IDEA 11.1.2 and this Connector plugin is not working anymore. Is this a known issue? Should I use another plugin?
Thanks!
Hemant
Janusz Gorycki
Aug 29, 2012Can you give us some more details about the error? What specifically is not working?
Anonymous
Jan 31, 2013Under manual download, the first link (http://docs.atlassian.com/atlassian-idea-plugin/Downloads/) only shows versions up to 2.3. Link should be removed or a note appended to it.
Anonymous
Jul 01, 2013When I test connection, it works but whenever I try to use it, I get the following exception:
com.atlassian.connector.commons.jira.rss.JIRAException: java.net.MalformedURLException: For input string: "8080https:"
at com.atlassian.theplugin.commons.jira.IntelliJJiraServerFacade.wrap(IntelliJJiraServerFacade.java:515)
at com.atlassian.theplugin.commons.jira.IntelliJJiraServerFacade.getIssueTypes(IntelliJJiraServerFacade.java:165)
at com.atlassian.theplugin.commons.jira.cache.JIRAServerCache.getIssueTypes(JIRAServerCache.java:182)
at com.atlassian.theplugin.commons.jira.cache.JIRAServerModelImpl.getIssueTypes(JIRAServerModelImpl.java:203)
at com.atlassian.theplugin.idea.jira.IssueListToolWindowPanel$MetadataFetcherBackgroundableTask.run(IssueListToolWindowPanel.java:1149)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:495)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:185)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:226)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:175)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:400)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:454)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
Anonymous
Jul 01, 2013Forgot to mention Intelli J v 12.1.4