It’s easy! Example: Other related info: Catalina.out Big Size – How to manage Catalina.out – another tip
Read More
It’s easy! Example: Other related info: Catalina.out Big Size – How to manage Catalina.out – another tip
Read MoreOther similar examples: How to remove the CLONE option in JIRA Projects In this example we want to disable some option of the Jira Server header For example, the “Power Apps” option. To do this exercise, we need to have installed Adaptavist Scriptrunner, because we need to create a new “Script Fragment” After this, we…
Read MoreIMPORTANT NOTE: This script removes permanently a subset of customfields of your Jira. Before launch this script, we STRONGLY recommend to create a backup (following the Atlassian instructions). MrAddon is not responsible of the bad use of this script, the data removed, or some consequence derived. This script removes permanently the Jira customfields that start…
Read MoreThere are two tricks to improve the performance and the security of a large Jira Server 7.4 For the first “trick“, we can develop a little Jira plugin, or we can set a “Script Fragment” with the plugin Adaptavist Groovy Scriptrunner. The purpose of the improvement is to avoid problematic JQL queries. In Jira, by default,…
Read MoreVery easy, try to enter in the “Groovy Script Console” and execute this code. source extracted from here
Read MoreVery easy with Scriptrunner plugin! Go to “Cog Icon–>Add-ons–>SCRIPTRUNNER–>Script Fragments” Add a Hide option and insert these parameters. NOTE 1: Remember, the option must return “false” to hide the option. NOTE 2: replace “KAN” for the Key of the project you want to apply
Read MoreIf you can’t PUBLISH workflows. If you see OLD/Obsolete IssueTypes when you create a ticket. If you see an error in your Chrome navigator like this: “Uncaught QuotaExceededError: Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘last.viewed.report.SE.scope-filter-board-item-32’ exceeded the quota.” THE SOLUTION You can erase the cookies of your navigator to solve the…
Read MoreVery easy! First, go to the Project Administration of your target project to remove the option. Then, go to the Field Configuration ( all of them if there are more than one). Edit the “description” of the “description” field ( or some customfield that is visible in the project screens). Add this “javascript” code in…
Read MoreVery easy, first see this instructions to create the Custom Field To remove the decimal part of the resulting number from a division of two custom fields for example, and for adding the final character “%”, you can try to set in the “description” of the custom field (of type “Calculated Number”… for example) a…
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 MoreEnabling 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 More