Working with Panels in the Jira Issue View

In this post we want to show how to change some parts of the web panels of the Jira Issue View context. We can start changing the default global settings of Jira (in the Advanced section). We can change the jira.table.cols.subtasks variable to add more fields to the web panel, also with the variable jira.view.issue.links.sort.order we…

Read More

Web3.js Documentation and examples

The web3.js library is a collection of modules which contain specific functionality for the ethereum ecosystem. The web3-eth is for the ethereum blockchain and smart contracts The web3-shh is for the whisper protocol to communicate p2p and broadcast The web3-bzz is for the swarm protocol, the decentralized file storage The web3-utils contains useful helper functions for Dapp developers. Here the full documentation. Here…

Read More

Remembering the first version of Bitcoin. Mail of Satoshi Nakamoto: Bitcoin v0.1 released

Bitcoin v0.1 released (source here) Satoshi Nakamoto Fri, 09 Jan 2009 17:05:49 -0800 Announcing the first release of Bitcoin, a new electronic cash system that uses a peer-to-peer network to prevent double-spending. It’s completely decentralized with no server or central authority. See bitcoin.org for screenshots. Download link: http://downloads.sourceforge.net/bitcoin/bitcoin-0.1.0.rar Windows only for now. Open source C++ code…

Read More

JIRA Scriptrunner REST Endpoint & Web Fragment example

This example show a button in the “More” option of the issue tickets called “Approve this issue“. This button call a Scriptrunner REST custom Endpoint and returns a “flag” Object to be shown as alert in the ticket. First go to “Add-ons-> Scriptrunner –> REST Endpoints” and add this script: Then save the REST Endpoint.…

Read More