Mark Derricutt's Disturbing Thoughts

intellij-jira-plugin



New Jira Browser plugin released

Tuesday, 30 January 2007 9:00 P GMT+12
For ages I've been sitting on a build of the Atlassian JIRA plugin for IntelliJ IDEA which works with both IDEA 6.x and JIRA 3.x and never seemed to find time to simply build it and upload it to the plugin repository but I managed to kick myself into

IntelliJ IDEA JIRA Browser Repository Moved...

Tuesday, 24 October 2006 11:47 P GMT+12
I finally got around to moving the IntelliJ IDEA JIRA browser plugin to a public subversion repository, you can find the project/repository at Google Code: http://code.google.com/p/idea-jira-browser The plugin is currently targeting IDEA 6.0 on

TestNG-J - Featured on the IntelliJ IDEA Blog

Thursday, 29 June 2006 11:17 P GMT+12
w00t - just noticed the TestNG plugin mentioned on the IntelliJ IDEA Blog. Rockin'

JIRA NNTP Posting

Wednesday, 2 March 2005 5:45 P GMT+12
So I've been relearning the JIRA customization APIs to implement a simple NNTP service/listener to post/monitor a usenet group with changes to JIRA issues. I'm sure the IntelliJ IDEA EAP folk will enjoy having this available, theres just a few more

IDEA JIRA Plugin - now bleeding from cruisecontrol

Monday, 14 February 2005 11:41 A GMT+12
The JIRA plugin for IntelliJ IDEA is now being built regularly by cruise-control out of the subversion repository, build artifacts can be found here for your bleeding edge build..

IDEA + JIRA Interaction - SWF Video

Saturday, 12 February 2005 6:34 P GMT+12
So I'm joining the camp of those releasing simple SWF videos ( using vnc2swf ), this time its a quite demo of JIRA and IDEA interaction using my JIRA plugin ( which needs alot of love, which I'm hoping to devout more time to ). Watch the video her

IntelliJ IDEA Jira Plugin - 0.1.4.22

Sunday, 11 July 2004 11:59 P GMT+12
Just uploaded a new build of the JIRA plugin after Thomas Singer hit me up with a bunch of UI "issues" in the configurtion display/setup of the plugin. Most of these issues I knew about but had relegated to "the back burner" ( i.e. forgoet about ) w

ANN: Intellij Jira Plugin - Version 0.1.4.19

Sunday, 27 June 2004 11:59 P GMT+12
Release Notes - Intellij Jira Plugin - Version 0.1.4.19* [INTPLUG-35] - Invalid encoding name "Cp1252"* [INTPLUG-88] - Add intention to work on issue* [INTPLUG-89] - Add a comment issue intention* [INTPLUG-90] - Refresh issue list after con

IntelliiJ IDEA, Atlassian Jira and violated TODO Lists

Friday, 11 June 2004 11:59 P GMT+12
I've been wanting to extend my JIRA plugin with some funky IntelliJ IDEA intention actions for awhile but never really got around to it, on the bus ride home tonight I was thinking about all the blog posts over Microsoft's recent TODO list patent and

Enabling XML-RPC/SOAP in Atlassian Jira

Wednesday, 28 April 2004 11:59 P GMT+12
To get the best out of the Atlassian Jira plugin for both IntelliJ IDEA and Eclipse, you want to enable XML-RPC/SOAP service support in your JIRA Installation. It seems alot of people don't know where to find this option thou, so these two small ima

JIRA Plugin and Resolving Issues

Tuesday, 16 March 2004 11:59 P GMT+12
Just added a simple interactive issue resolver dialog to the plugin which will come in the next build... Its simple, but issue resolutins are loaded from the server via the new XML-RPC interface, so any custom resolution types will be availabl

JIRA Plugin and Saved Filters

Monday, 15 March 2004 11:59 P GMT+12
Just uploaded 0.1.4.10 of the plugin to the IntelliJ Plugin manager, new feature includes the searching of saved filters on the server. Hmm, it's late, but I think I just spotted a flaw in the code, due to passing in a projectId to the RSS feed be

IntelliJ IDEA Jira Plugin - Multiple Servers / Projects Interface

Wednesday, 10 March 2004 11:59 P GMT+12
I've finally got the multiple servers/projects interface all working, serializing to the config and running. The only thing thats left is to link in the configuration dialog for selecting a project/component - depending on the version of JIRA instal

JIRA Plugin: Multiple Project Configurations Redux

Thursday, 19 February 2004 11:59 P GMT+12
More concept art sketches from a revised thought process from yesterdays posting: This is basically the same as the previous layout, but moving things towards having multiple server entries, as well as multiple projects per server.

Jira Plugin: Multiple Project Configurations

Wednesday, 18 February 2004 11:59 P GMT+12
Several users of the plugin have been asking for multiple project support since day one, and its a good idea, although I've been putting it off. I started thinking about it again the other night and started sketching some ideas down, which you can s

Metadata - extending your code with annotations and javadoc

Sunday, 8 February 2004 11:59 P GMT+12
Earlier in the day there was a discussion on #java/efnet about J2SDK 1.5's new annotations, and I happened to mention the @jira javadoc annotation and @jira() 1.5 annotation I was thinking of adding to my plugin, this sparked a few statements I'd lik

JIRA Plugin - Quick "Work on Issue" Action

Sunday, 8 February 2004 11:59 P GMT+12
Just added a simple quick "work on action" for the plugin, similar to the "recent files" popup, default keyboard mapping is current control+alt+shift+I, maybe I should look at some of the bugs as well huh? :)

ANN: Jira Plugin 0.1.4.3

Tuesday, 3 February 2004 11:59 P GMT+12
Just uploaded the new build to the IntelliJ plugin repository, fixes in this build include: INTPLUG-3 - Display Due Date Field INTPLUG-12 - Sorting of isues by key isn't numeric INTPLUG-13 - Automated javadoc gets entered twice INTPLUG

Issue filtering with the Jira IDEA Plugin

Monday, 26 January 2004 11:59 P GMT+12
I'm toying with ideas on how to filter issues returned from searching in the Jira plugin, this is what I'm currently working with: "Issues by Reporter" will be populated with a distinct list of users returned in the query, selecting the top le

JIRA Plugin for IntelliJ IDEA 0.1.3

Saturday, 24 January 2004 11:59 P GMT+12
Just uploaded 0.1.3 to the plugin repository. Lots of refactoring and a few changes. The settings dialog now takes a project id rather than keyname ( you can find this as the pid=XXXX form variable in various JIRA requests ). I'd rather use the

JIRA Plugin 0.1.1 for IntelliJ IDEA

Saturday, 24 January 2004 11:59 P GMT+12
Just uploaded 0.1.1 to the IntelliJ plugin manager: Renamed to "Jira Browser", ignore/uninstall the old "jira" one. Options to not use the plugin for projects that dont use JIRA Option to refresh the issues on startup ( seems to lock a bit over

Atlassian Jira IDEA Plugin

Thursday, 22 January 2004 11:59 P GMT+12
Last night I started working on an IntelliJ IDEA plugin for the Atlassian Jira issue tracking tool. A little bit of bother with obscure Plugin Exceptions and I now have a basic browser working. Next step is to tidy up the panel, persist the c

@jira metadoc

Friday, 28 November 2003 11:59 P GMT+12
I've just started a small bit of meta-data experimentation, now - whenever working on an issue in our Jira database, I appended to the JavaDoc of any method I touch with "@jira ISSUE-###", I've got a few wee plans in the back of my head for using thi