Agile Wall Report v1.3.0 for JIRA

Nevertheless I didn’t get a prize for the Agile Wall Report plugin it feels like it is the most used plugin from my submissions. I have received many emails containing great ideas for improvements and some have even said that this plugin was the argument when choosing JIRA over another issue management software :)

Agile Wall Report plugin for Atlassian JIRA

Today I had some free time and I was able to do some coding on this plugin and I improved the issue card view in the report page so that more issues can be fitted to a single view. Many teams have tens of issues in one sprint so it is always nicer when you don’t have to scroll so much when going through the list.

I also changed the source for report to use user specified filter instead of version id as now user can define what column is used for vertical ordering. Download the latest version from Atlassian’s JIRA Extensions web page, here.

Using Bluetooth stack in desktop application

I tried to find information about developing desktop applications with Bluetooth support using Java but it seems that most of the articles are concentrated in mobile J2ME implementations. Now that I wanted to develop desktop bluetooth application I thought that I’d write down how I managed to do so. Read on, if you are interested…

Desktop Bluetooth Example (J2SE)

Continue reading