By default, Software project types in JIRA are visible to all JIRA users. This might pose a potential security problem since all your JIRA users will be able to see and possibly access your company’s software projects. Having setup and customized JIRA for numerous customers and projects in the past this is one of the first […]
Category: JIRA
Linking JIRA to GitHub to streamline agile workflow
In order to automatically track and link the progress of your JIRA issues based on your developers’ commits in your Github repositories make sure to checkout the JIRA DVCS connector addon. It only takes a few simple steps to link your JIRA projects to your GitHub repositories to streamline your agile workflow, as shown below. […]
JIRA WAR Setup NoClassDefFoundError TransactionUtil Exception
When receiving a NoClassDefFoundError TransactionUtil exception when setting up JIRA using WAR make sure that all required libraries are installed.
Customizing Date Format in JIRA
Sometimes you might want (or need) to change the default date-time format set in JIRA. Out of the box the format is set to d/MMM/yy, which translates to for instance 1/Jan/13. Luckily, this setting can be easily edited through the administration interface under System » General Configuration » Advanced (scroll down the General Configuration page), […]