“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 MoreHow Do I Remove the Side Bar in Confluence 5?
Enabling the HTML Macro The HTML macro is disabled by default. You’ll need Confluence Administrator or System Administrator permissions to enable this macro. Enabling these macros can make your Confluence site vulnerable to cross-site scripting attacks. You should only turn on these macros if you trust all your users not to attempt to exploit them.…
Read MoreeazyBI plugin settings [Advanced settings] best values for mondrian OLAP
The performance seems better with this values More info in: https://github.com/rsim/mondrian-olap/issues/28 https://docs.eazybi.com/display/EAZYBIPRIVATE/Custom+schema+definition+-+Aggregate+tables https://docs.eazybi.com/display/EAZYBIJIRA/Installation+and+setup#Installationandsetup-Databaseconnection Values info: http://infocenter.pentaho.com/help/index.jsp?topic=%2Fperformance_tuning_guide%2Fconcept_mondrian_properties.html
Read MoreListener “When Moved tickets to the target Project, assign new project leader and new initial status” with Groovy ScriptRunner
eazyBI JIRA add-on cannot cancel IMPORT ( seems ZOMBIE the import process)
Connect to the MySQL eazybi_jira database Launch this sentence “SELECT * FROM eazybi_jira.source_applications;“ Change the status to “imported” for example
Read MoreJIRA / Confluence Server ID’s documentation and TrustedApps
Documentation about how to link JIRA with Confluence like a TrustedApp: https://confluence.atlassian.com/display/DOC/Setting+Up+Trusted+Communication+between+JIRA+and+Confluence How to change the Server ID in a JIRA test environment: https://confluence.atlassian.com/display/JIRAKB/Changing+Server+ID+for+Test+Installations How to change the Server ID in a CONFLUENCE test environment: https://confluence.atlassian.com/display/CONFKB/How+to+change+the+server+ID+of+Confluence How to create a TrustedApp with duplicate Server IDs: https://confluence.atlassian.com/display/CONFKB/Cannot+Create+Trusted+Application+Communication+for+Cloned+Instance Error lost Server ID and TrustedApp: https://confluence.atlassian.com/display/CONFKB/Encountered+_APP_UNKNOWN+Error+When+Using+JIRA+Issues+Macro
Read MoreHow to install JIRA / Confluence on local server
Download and install JIRA from: https://es.atlassian.com/software/jira/download Download and install MySQL Server from: https://dev.mysql.com/downloads/file.php?id=456518 Create the Database: https://confluence.atlassian.com/display/JIRA/Connecting+JIRA+to+MySQL Install MySQL Connector in Tomcat: Download from: http://dev.mysql.com/downloads/connector/j Copy the file mysql.jar in the {TOMCAT_PATH}/lib Incredible but is true… then we need install another time JIRA! That’s it!
Read MoreHow to Install CONFLUENCE in CLUSTER
This guide covers installing Confluence Data Center, which is a clustered solution, for the first time (with no existing data). If you have an existing Confluence instance, see Moving to Confluence Data Center. 1. Clustering requirements and terminology To run Confluence in a cluster you must: have a clustered license. use a supported external database, operating system…
Read MoreHow to Cluster Atlassian Server Apps in your Data Center – JIRA, Confluence, Stash with MySQL Galera Cluster
Atlassian apps are widely used by development teams to facilitate software development and collaboration. For larger teams who require enterprise-grade tools, you might want to host the applications in your own data center and cluster them for high availability and performance. In this blog post, we are going to deploy a redundant active-passive setup for…
Read MoreConfigure Groovy ScriptRunner Logs
Loggin Scripts You can get a long with way with logging statements, which you can do by adjusting the log level, and “tailing” your log file, normally atlassian-jira.log (usually located in the path {JIRA_HOME}/log ). Add the following lines to your log4j.properties (usually located in the path {TOMCAT_ROOT}/webapps/ROOT/WEB-INF/classes): If your script fails for some reason…
Read MoreHow to create a new Service with Groovy ScriptRunner
Go to JIRA > System > Advanced > Services Name: “HelloService” for example Class (always): com.onresolve.jira.groovy.GroovyService Delay (n): in minutes input-file: {JIRA_HOME}/scripts/example/HelloService.groovy Then copy the script content to this path {JIRA_HOME}/scripts/example/HelloService.groovy Then every n minutes you can see in the “atlassian-jira.log” the traces: 2015-05-22 13:37:13,152 atlassian-scheduler-quartz1.clustered_Worker-1 INFO ServiceRunner HelloService [onresolve.jira.groovy.GroovyService] groovyService.run 2015-05-22 13:37:13,157 atlassian-scheduler-quartz1.clustered_Worker-1 DEBUG ServiceRunner…
Read More




