Login as an administrator and go to [BASE-URL]/secure/SiteDarkFeatures!default.jspa In the Enable Dark Feature text field add com.atlassian.jira.projects.ProjectCentricNavigation This will enable the navigation sidebar for ALL users
Read More
Login as an administrator and go to [BASE-URL]/secure/SiteDarkFeatures!default.jspa In the Enable Dark Feature text field add com.atlassian.jira.projects.ProjectCentricNavigation This will enable the navigation sidebar for ALL users
Read MoreFirst, make a backup of the database (jiradb) and import in the same server (or in different) with name of scheme “jira7db”. With this method you can rollback the process in two minutes and continue with the JIRA 6 version if the process fails. 1. Download the binary distribution: atlassian-jira-software-7.0.3-jira-7.0.3-x64.bin 2. execute ./atlassian-jira-software-7.0.3-jira-7.0.3-x64.bin 3. OK…
Read MoreGood morning my proletarian psychic workers! 🙂 These days I was working analyzing the transactions of my JIRA to get better performance and to solve different problems. Due this, the first thing to do is to find the best tool to analyze all the http/s requests and querys to the database also the external services,…
Read MoreTo create a new custom field calculated, we can use the addon of JIRA “JIRA Misc Custom Fields”. The plugin can be downloaded from: https://marketplace.atlassian.com/plugins/com.innovalog.jmcf.jira-misc-custom-fields/server/overview Example of Custom Field that sum two different Custom Fields: 1.- Go to create new Custom Field. Select Type “Calculated Number Field” 2.- In the “description” of the new customfield set…
Read MoreIt’s very easy! 1.- Go to System –> System Dashboard 2.- Add the gadget “Introduction to JIRA“ 3.- Configure the gadget in System –> General Configuration It works in JIRA 6 & 7 (Optional action) 1.- Go to set the Announcement Banner –> Set to Public 2.- Paste a code like this: See more in:…
Read MoreHow many of you knows, when an issue grows and become a big issue ( for diverse reasons, more comments, more worklogged hous in Tempo, …), then the access to this ticket cost a lot of CPU. In this post I try to make a little example of a Custom Groovy Scriptrunner Service to archive…
Read MoreHere is a function with two input parameters to show, as result, a list of issues that it’s worklogged hours sum more than the input parameter two. It’s an easy function to know how create new JQL custom methods.
Read MoreKANBAN COMBINED WIP EXTENSION: Welcome to new colorful JIRA Agile boards We have changed the way Kanban boards are displayed in JIRA to add some color and make our lifes happier with our new plugin. It is possible now to combine columns in boards To do this, when you are configuring your board, you need…
Read MoreCopy this code in the description of a custom field (in the Field Configuration linked to the project)
Read MoreCertain fields can be safely upgraded, such as Version and Select lists to their multiple values counterpart. You can change the “customfieldtypekey” in the “customfield” table to whatever you need it to be. The table below lists the keys for commonly changed fields. Custom Field Type Type Key Single Version com.atlassian.jira.plugin.system.customfieldtypes:version Multi Version com.atlassian.jira.plugin.system.customfieldtypes:multiversion Single…
Read More