IntelliJ Idea Plugin for Jira and Confluence

Links
Developer Network
Name IntelliJ Idea Plugin for Jira and Confluence
Priority High
Complexity medium
Author(s)  
Support Please submit an IDE Plugin issue under https://studio.atlassian.com
Description Ability to refer to Jira issues and Confluence from within IntelliJ IDEA

Description/features

Ability to refer to Jira issues and Confluence from IntelliJ IDEA.

Jira

  • Whenever there is a Jira issue in the sources comment, it should be shown as a link, when clicked, then the browser should be opened
  • If you want to get fancy, when hovering over the link, it'd shoe the issue title/description

Confluence

  • Each project, module, class could have a page. When right-clicking over either, it should give the option 'see confluence'
  • Parsing for comments including confluence style links.i.e.
    /**
     * See [DoSomething]
     */
    public void doSomething() {

Usage

Configuration

    • Confluence and Jira server information to be configure for each project
    • Alternatively, Jira server information could be embedded in the actual source files (i.e. for open-source public access repos)
    • alternatively, Jira server info could be configured globally per package name

Technical Implementation

Easy!

  1. Go to http://www.jetbrains.com/idea/plugins/plugin_developers.html
  2. Get Jira + Confluence remote APIs
  3. Develop plugin
  4. that's it!

Other Resources

Labels

confluence confluence Delete
jira jira Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.