Archive for June, 2008

gnome-do JIRA Plugin now at launchpad

Update: The JIRA Plugin is now part of the community plugins source repository. I’ve merged my latest changes, so you’ll find them at: lp:~do-plugins/do-plugins/community. As a result it’s now part of the official community plugins, so you can obtain the binary through the Do repo, which is accessible from the new preferences pane in Do.

I’ve done some major changes such that it’s no longer just a blind regex that produces URLs, but a soap/rss JIRA connector which works out which issues are open and provides you the titles of the issues as you type. A sample of how this looks is shown below.

Gnome Do JIRA New Plugin

Being as though I’m now also building against the gnome-do trunk, I’ve decided to avoid the gconf configuration and instead use the new IConfigurable interface. A screenshot of how one configures the plugin is shown below:

Plugin Configuration

At some point I’m wanting to show slightly different icons depending on issue state and/or priority, but that’s a work in progress. If you get the chance to check it out, your comments will be much appreciated.