Copy this code in the description of a custom field (in the Field Configuration linked to the project)
Read More
Copy this code in the description of a custom field (in the Field Configuration linked to the project)
Read MoreIf you want to navigate Prev/Next anchor with your Chrome between different anchors in the same page of Confluence, there is a trick to do that with a Javacript Macro in the Confluence Page. Insert into the page this piece of code, that’s all!
Read MoreTo see one category status color more, you need only: Go to the JIRADB Database Execute SQL: SELECT * FROM jiradb.issuestatus; In the status you need “black color” set the field “STATUSCATEGORY” to 1 That’s all! Supported colors (in the standard) Field Summary Fields Modifier and Type Field and Description static String COMPLETE static String IN_PROGRESS…
Read MoreDo you restart JIRA e.g. once a week? Is it recomended in order to speed it up? Some users using JIRA very intensively are requesting this, realising that the system is slowing down after a certain time…. VERSION: JIRA 6.3 TRICK 1: The performance increases dramatically if you use Java8 instead of Java7!! SEE MORE: https://confluence.atlassian.com/display/JIRAKB/Java+8+Improves+JIRA+Performance+Dramatically…
Read MoreWith NGINX now serving over 37% of the top 1000 websites it’s a great time to evaluate replacing Apache as the standard proxy server for Atlassian’s JIRA issue tracker. Two reasons you should consider NGINX: Configuration is fast and simple, saving you tons of time NGINX handles highly concurrent, long-lived connections out of the box,…
Read MoreModify the file: apache-tomcat/bin/setenv.sh Add this params to CATALINA_OPTS and then restart JIRA service -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:+UseCompressedStrings -XX:+OptimizeStringConcat -XX:+OmitStackTraceInFastThrow -XX:+UseCompressedOops
Read More“Replace jira-users with the ‘Anyone’ permission — Thanks to Jamie Echlin for this tip. Permission checks are expensive, especially for any JIRA issues with hundreds or thousands of links, such as GreenHopper epics.” Note that this tip is only possible with instances in which there is no anonymous access allowed or for which there is no…
Read MoreDownload the Cache filter here: Cache Filter Jar Zip This cache filter is released under an open source Apache License 2.0. The JAR file comes packaged up with the source files. Additional documentation may be found at the cache-filter project. Deploying the Cache Filter To deploy the cache filter, download the JAR file, which you…
Read MoreJIRA allows you to view search results in several different formats, including Word, Excel, RSS or XML. A search view that returns too many issues can take a long time for JIRA to complete and can use a large amount of memory. It can be a factor in OutOfMemoryErrors in JIRA. An large RSS feed of search results…
Read More