First go to “Add-ons” Then go to “SCRIPT-RUNNER > Built-in Scripts” Then click on “Switch to a different user” And put the username you want to are 🙂
Read More
jira confluence admin administration support script scriptrunner groovy mraddon barcelona plugin custom development it technology barcelonatech development
First go to “Add-ons” Then go to “SCRIPT-RUNNER > Built-in Scripts” Then click on “Switch to a different user” And put the username you want to are 🙂
Read More1.- Install the plugin: https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.keplercf 2.- Create a Custom Field of the new Type “Database Custom Field” 3.- Go to your apache-tomcat/conf/context.xml and add the Datasource (first you need to install the Database JAR Driver if it’s different database Oracle, MySQL,… for example in apache-tomcat/lib/mysql-connector-java-5.1.17.jar 4.- Restart Tomcat 5.- Go as Admin to –> JIRA –> Add-ons…
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 MoreOn {JIRA_GOME}/scripts/ create this folders: For example: ../jira_home/scripts/com/onresolve/jira/groovy/jql Then add the groovy file with the new JQLFunction, exmaple: HasInactiveAssignee.groovy The code: Then Go to Addons –> ScriptRunner –> Script JQL Functions –> and then press “Scan” Syntax: issueFunction in hasInactiveAssignee(‘project = XXX’) That’s all!
Read MoreOn {JIRA_GOME}/scripts/ create this folders: For example: ../jira_home/scripts/com/onresolve/jira/groovy/jql Then add the groovy file with the new JQLFunction, exmaple: ABC.groovy Then Go to Addons –> ScriptRunner –> Script JQL Functions –> and then press “Scan” That’s all!
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 MoreSee the first post: https://jirasupport.wordpress.com/2015/06/08/how-do-i-remove-the-side-bar-in-confluence-5/ And modify the CSS Style of the Space ( from Space Admin options) {style} div#breadcrumb-section {display: none;} div#splitter-sidebar {display: none;} div#splitter-button {display: none; disabled: true;} a#doctheme-anchor {cursor: default;pointer-events: none;} {/style}
Read More