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

Integrate Jira and Slack in both directions with NextUp Jira Integration+

It’s very easy and the wizard for the integration is very very good! First install the Jira Bot Integration+ in Slack. Use this link After this, install the NetUp Jira integration plus add-on in Jira as usual (task to be done by your Jira Administrator) Open the Jira integration configuration: Usually in the link https://jira.example.com/plugins/servlet/jiraplus/admin…

Read More

How to extract an Excel report from Tempo Timesheets using an URL

It’s very easy! Just use an URL like this: https://yourserver.yourdomain/plugins/servlet/tempo-getWorklog/?dateFrom=2019-01-01&dateTo=2019-01-31&format=excel&diffOnly=false&tempoApiToken=my-token (here the documentation of the Servlet) remember to set the dateFrom, dateTo params The ApiToken you can find it in the Apps section of Jira, on Tempo “Access Control” option  

Read More

How to call methods of Ethereum Smart-Contracts from WordPress with MetaMask, Web3 and Javascript

First you must create and deploy a SMART-CONTRACT in the Ethereum Test Net, you can follow these instructions: Creating my first Ethereum Smart-Contract in Test net Creating MrAddon token in Ethereum This post is based in the information of the previous post: Javascript development to interact with Ethereum Smart-Contracts To start, we have hosted a…

Read More

Two tricks to improve the performance and security of your Jira Server 7.4

There 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 More

Confluence trick to create pages from blueprint templates

You can easily create a HTML Link or ACTION BUTTON to create faster a page from Blueprint Template. PUT THIS URL in the LINK: https://jira.XXX.XXX/wiki/pages/createpage-entervariables.action?templateId=XXXXXX&spaceKey=YYYYY&title&newSpaceKey=YYYYYY&fromPageId=ZZZZ Replace the XXXXX variable by the ID of the Blueprint Template Replace the YYYYY variable by the ID of the Space Replace the ZZZZZ variable by the ID of the…

Read More