Very useful example to set the System Component field in an issue using Groovy in a PostFunction.
Read More
www.MrAddon.com ®: Jira & Confluence Administration Support Blog
jira confluence admin administration support script scriptrunner groovy mraddon barcelona plugin custom development it technology barcelonatech development
Very useful example to set the System Component field in an issue using Groovy in a PostFunction.
Read More
Very useful example to get the values of a cascading customfield using Groovy in Jira.
Read More
It’s difficult to work with Groovy and Tempo fields, because we need to use always the REST interface to work with them (Tempo Team customfield and Tempo Account customfield). Here we can see an example of how to set these customfields using scripting in a PostFunction created in groovy (with the plugin Adaptavist Scriptrunner). In the…
Read More
Useful simple code in Javascript to get the username and groups of the current user in Jira using the public REST API.
Read More
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
Sometimes we need to schedule some mails to be sent to different groups of Jira. For example, for worklog compliance, or similar cases. For this reason in Jira we usually create Services to do these tasks. We cannot send mails directly to groups, but with a simple script we can obtain the mail list of…
Read More
Amazing post of bluemonkey, see here
Read More
Sometimes we need to create scripts that checks if the current date is the first monday of the month, or something like this. See here some code tricks to operate with Date/Calendar classes quickly
Read More
Sometimes we need to transition issues from one status to other, but these issues can be from different projects and can be from different Workflows. In this case, probably the Transition IDs will be different. For this reason we need to develop a “discover transition” function. See below an example of how we can start…
Read More
Counterparty is a Smart-Contract system Dapp layer for Bitcoin blockchain. It uses XCP and BTC to create the contract. (see info) Creating a token is fairly simple: Log in to or create a wallet in Counterwallet Make sure your addresss has enough BTC for a transaction fee (currently 0.0002 BTC) If you want to create…
Read More
Create your token in Waves it’s very easy, it costs 1 Wave ( about 10 USD at today price). You can tokenize your assets ( very interesting for Art Gallery collections) and transfer to Waves accounts. It uses a Google Chrome plugin (similar that happens with Ethereum and MetaMask, but in a simple way… )…
Read More
IOTA is a transaction system for the Internet of Things. It isn’t another Blockchain, it’s a new generation system, it uses Tangle (a revolutionary network of transaction strings). Bosch and Cisco are supporting this project. Value transfer without any fees (like the project Raiblocks, another big one). We can start developing Javascript Dapps using these…
Read More