How to automate Jira Cloud backups using Windows

It’s very easy! First you need to install Python as admin in your Windows System. Go to the python.org website, select Download for Windows. Once installed, you must set the Python executables on the Windows System PATH environment variable. In “Control Panel “-> “System and Security” -> “System” click on “Advanced System Settings” Now click…

Read More

How to avoid to log work in Jira Epics

Disable “Log work” on Epics in Jira is possible and it’s very easy, here the instructions: Create a Workflow only for the Epic In all statuses/steps of the workflow add this property: jira.permission.work.denied  Assign the Workflow to the Workflow Scheme of the target project and assign to the issue type Epic ( Remember to publish…

Read More

How to create a Jira Server script field to show in all parent ticket the SUM of some customfield of all subtasks

In this exercise we want to create a new custom field of type Scriptfield of Scriptrunner Jira plugin. This script field will sum all the values of some customfield of its subtasks. Just go to Add-ons –> Scriptrunner –> Script Fields and create a new Script field like this (Total…): Now place a script like…

Read More