


Useful links for Freshdesk App developers
Here some useful links to start the App development for Freshdesk: Quickstart Development Documentation Your First App – Freshdesk documentation Freshdesk Marketplace App examples – Github code Freshworks Developer Portal By MrAddon
Read More
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
Delicious Truffle boxes. Your first Dapp links
Previous post of similar topic: How to install Embark by Status in MacOS (Ethereum Dapp development) In this post we have collected some interesting links to start using Truffle and be a Dapp developer in few hours! 🙂 Official: ETHEREUM PET SHOP — YOUR FIRST DAPP CREATING A TRUFFLE BOX TRUFFLE BOXES Others: The Ultimate…
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
Useful links to install Jira Server on Google Cloud (part II)
Useful links to install Jira Server on Google Cloud Deploying Jira on GCP (new Google Cloud tutorial) By MrAddon
Read More
How to parse dates and links from the Jira description field using Groovy
Imagine, you have a Jira project where your users create tickets with a “fixed” structured text in the description field. And we want to parse the fields and place it the values in real custom fields (for example, we want to do or execute this in a Workflow transition). Example of description field with structured…
Read More
New plugin MrAddon Enchantments for Jira and Confluence Server
The plugins are OpenSource: MrAddon Enchantments for Jira on GitHub MrAddon Enchantments for Confluence on GitHub The jar binaries are in the “target” folder and can be installed manually uploading in the Jira Server or Confluence Server Add-ons page. The features of the plugins are: Some CSS fix in the “tables” on description and comment…
Read More
Useful links to install Jira Server on Google Cloud
Here some useful links if you want to install Jira Server on the Google Cloud infrastructure. Installation mode: Jira 7.10.2 + Databases: MySQL (for eazyBI) + PostGreSQL (for Jira) By Default in the Google Cloud Instances, we install a Debian Linux image. Use wget to obtain the latest version of Jira Server installation file/binary (POST…
Read More
Jira Script Listener in groovy to create a ticket of VERSION on Release action in an Agile board
Sometimes we need to create a special ticket for the Versions that we Release (with the subtasks that composes the version listed inside the “Version” ticket, for example as linked issues). Using Groovy with Adaptavist Scriptrunner and JIRA this task is very easy. Just we need to configure an inline Script Listener in the Event:…
Read More
How to set the Market price and logo of your Ethereum token in Etherscan Explorer
All the process is manual (sending an email). Go to Etherscan and search for your address contract, and in the “Official Links” section, click in “Update“. You will be redirected to submit a form. Basically the mandatory fields are: Official Site URL Link to the 28×28 png logo Official Email CoinMarketCap Link (Price Data) To…
Read More
How to sync the Original Estimate from one issue to other linked with Scriptrunner Listener and JIRA
We can create a Script Listener triggered at UPDATE ISSUE event. Just copy/paste the code and configure the name of the Type of Link. Don’t forgive to set in the Screens the System field “Time Tracking” to set the Original Estimate!
Read More