Very useful Jira Groovy Postfunction to send a fixed mail with the description content of the issue using HTML. Very nice and pretty mails =) See attached code: By MrAddon
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 Jira Groovy Postfunction to send a fixed mail with the description content of the issue using HTML. Very nice and pretty mails =) See attached code: By MrAddon
Read More
This post is the continuation of: Jira Groovy Postfunction example to set Tempo Team and Tempo Account fields. Here another groovy script example to get the Worklogs of the Tempo Teams using the Tempo Timesheets REST API and Adaptavist Scriptrunner.
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
It is for us a pride and pleasure to have the invaluable help of Fabio Genovese also known in the Atlassian world with the name of “Artigiano del Software“, famous for his blog also called “Artigiano del Software” where he evaluates the set of pieces that they are part of the Atlassian Ecosystem, being very…
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