How to install a PHP JIRA REST API Client

In this example, we will try to install in 5 minutes a PHP Jira Client script in a MacOS system. The prerequisites are: (Homebrew) brew for MacOS CURL for MacOS PHP 7 for MacOS Composer for MacOS php-jira-rest-client library Install instructions with example: Download and Install PHP Composer. curl -sS https://getcomposer.org/installer | php Next, run…

Read More

How to create a Jira custom field with options from an external REST API

To do this exercise, we will use the famous plugin for Jira called Adaptavist Scriptrunner. First step, we need to create a REST Endpoint in our Jira Server. This REST Endpoint will query the external REST API to obtain the values and options (In this example we will query GitHub to obtain a list of…

Read More

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

Minecraft Tutorial for Dads (The Ultimate Guide) – Tutorial Minecraft para Papis (La guía definitiva)

Spanish: Bitcoin, Dogecoin, el juego Minecraft y cómo ganar dinero jugando. – https://www.coinmarketrank.io/blog/2019/04/27/bitcoin-dogecoin-el-juego-minecraft-y-como-ganar-dinero-jugando/ Como jugar a Minecraft en red GRATIS (para Mac y PC) – https://www.coinmarketrank.io/blog/2019/08/17/como-jugar-a-minecraft-en-red-gratis-para-mac-y-pc/ Tutorial Minecraft para Papis (La guía definitiva) – https://www.coinmarketrank.io/blog/2019/08/17/tutorial-minecraft-para-papis-la-guia-definitiva/ English: Bitcoin, Dogecoin, the Minecraft game and how to earn money playing. – https://translate.google.es/translate?sl=es&tl=en&u=https%3A%2F%2Fwww.coinmarketrank.io%2Fblog%2F2019%2F04%2F27%2Fbitcoin-dogecoin-el-juego-minecraft-y-como-ganar-dinero-jugando%2F How to play Minecraft online for FREE (for Mac and…

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