How to print custom PDF templates of Jira tickets using Confluence

In this example, we will create a Confluence page and we will use it as “Template” to print documents (in this case issue tickets) in PDF or directly to the printer. Based on this exercise:  How to show Jira ticket fields in Confluence pages As prerequisites we need: Jira Server Confluence Server Optional: Atlassian Crowd to…

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

How to make text field (multi-line) custom field support richtext/wiki format in Jira like the Description System field.

If you want to see your text field multi-line customfields in JIRA like the system field “Description“, it’s very easy. Just create the field (text field multi-line), and in the Field Configuration Scheme of the project change the field Render to “Wiki Style“. This is all! (Click here to see how to construct your Description…

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