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

Estas listo para Ethereum 2.0?

Ethereum 2.0 es una actualización de la actual red Ethereum. Esta actualización conlleva nuevos conceptos y términos que tendremos que aprender. Dichas actualizaciones se centran en arreglar varios temas de escalado, temas de minado y el famoso cambio a PoS (Proof of Stake) donde hablaremos de términos como Casper, Sharding, eWASM, Raiden, Plasma, etc. Estas soluciones harán que las transacciones…

Read More

Structure and Structure.Gantt for Jira

Structure, as many of you know, is one of the best plugins for Jira to: Organize issues with multi-level hierarchy Visualize and Report at Project Portfolio level (PPM) Create dynamic structures and roadmaps In this exercise we will install Structure and Structure.Gantt for Jira (Structure must be installed before install Gantt, because Gantt plugin is free… but…

Read More

Create a new Add-on or Plugin in JIRA to show more options in the Main Menu /General Menu

Creating our first JIRA plugin “Hello World”: enter in C:\atlastutorial atlas-create-jira-plugin Enter 1 for JIRA 5 groupId: com.atlassian.tutorial artifactId: helloworld version: 1.0-SNAPSHOT package: com.atlassian.tutorial.helloworld Press Y to continue Add a module to the plugin: enter in C:\atlastutorial atlas-create-jira-plugin-module Select the 30 Web Section item by entering 30. Answer each question as follows: Question Value Description…

Read More