Using external databases with JIRA and the Atlassian PDK
by Shailesh Mangal • September 26, 2011 • java, JIRA, tomcat
While developing Atlassian plugins (JIRA in particular), have you ever wanted to check the state of your data in the database while you have your server still running? If yes, I am sure you have run into this roadblock where in-memory data (HSQLDB, the one that comes packaged with Atlassian SDK) only allows one...
Read more →