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

“Confluence Notifications for Jira” open source Jira add-on by MrAddon

I want the “Notification button” on header menu also for JIRA -not just in Confluence-.. it’s possible? JRASERVER-30286 – Ability to see WorkBox-like notifications in JIRA Now it’s possible with an Open Source plugin by MrAddon Enjoy it! – GITHUB/DOWNLOAD APP LINK –   In few days will be available in the Atlassian Marketplace!

Read More

Simple example of Ethereum Dapp! Without central server. All with Javascript and MetaMask

English – https://elconsejosimpatico.github.io ElConsejoSimpatico.org is something like a totally decentralized Twitter, to test any kind of CENSORSHIP and DDoS attack (Denial of Service), based on smart contracts in the blockchain of Ethereum using only HTML5 pages and javascript type Web3 to work. Remember that you must use MetaMask in your browser, or use Brave as…

Read More