


Create Confluence Cloud spaces from Jira Cloud Workflow Postfunction (with Scriptrunner)
First of all, create a new API Key Token: Create an API key: https://id.atlassian.com/manage/api-tokens# Combine the key with login name in base64 string, go to https://www.base64encode.org/ Format is loginname:API-key exampel: email@email.com:ABCDE12345 give result: a3Jpc3Rlci5icm9tYW5AYWR2YW5pYS5zZTpBQkNERTEyMzQ1 Combine this with the authentication type in the below case a basic so the full text is: Basic a3Jpc3Rlci5icm9tYW5AYWR2YW5pYS5zZTpBQkNERTEyMzQ1 Now we are ready to create the…
Read More
Nuevo Evento: La leyenda de la Trifuerza: Jira, ScriptRunner e eazyBI
Esta es la historia de cómo 3 potentes softwares se unieron para poner orden en el caos en multitud de empresas. Como los grandes héroes de leyenda, en esta charla contaremos la gran historia de Jira, ScriptRunner e EazyBI, y unas cuantas curiosidades y misterios al más puro estilo friki que no puedes perderte. Al…
Read More
New Minecraft MOD AMONG US “Crewmates and impostors”
Proud of my 8 year old son who has published this fantastic mod for Minecraft! –> DOWNLOAD LINK
Read More
Soundtrack of “MR.ADDØN in Sulpicius Gallus M” by unTIL BEN !!
Greetings,unTIL BEN just released Mr.Addon, check it out here. Here’s what they say about it:“Hello ! I hope you’re okay.I’m releasing today the soundtrack of a small videogame that will be out quite soon :).An enjoyable retro platform thing.(I’ll send you the link when available) While the game is not here yet, the soundtrack is. And, great…
Read More
Reset of Versions and Components in one shot in a Jira Project with Groovy
We are in “migrations” times, and this script probably will be useful to “repeat” failed “Project Importations” in Jira Server & Datacenter. To reset Versions & Components in a target project we can use a script in Groovy for Scriptrunner in order to run it in the Script Console. IMPORTANT: Remember to change the Key…
Read More
Example of Jira Validator using Groovy and Scriptrunner to check the users fields are different members
Here a little example of how to validate 3 user fields to check they have different members selected. This example works in Jira Server & Datacenter with Scriptrunner or MyGroovy Apps. Note: InvalidInputException must be raised to “Stop” the Transition. By MrAddon .
Read More
MR.ADDØN in Sulpicius Gallus M (Beta Game Preview 2021-2022)
COMING SOON, PRÓXIMAMENTE… 2021-2022
Read More
How to configure SSL MySQL for Jira Server and Confluence Server
To connect Jira & Confluence using SSL with MySQL we need to download the MySQL certificates. Once downloaded (mysql-server-cert.pem, client-cert.pem and client-key.pem), we need to convert to a keystore format to be imported in Java when the services are started. How to convert the MySQL certificates and store it in Jira & Confluence? Using “Keytool”…
Read More
Set Due Date in Jira Cloud using Postfunction of Scriptrunner
Here an example code to set DueDate = Today + 1 using a PostFunction of Scriptrunner for Jira Cloud Here more examples to work with Dates in Jira Server, Datacenter & Cloud: Some JIRA Groovy Date & Calendar script tricks By MrAddon
Read More
REST Endpoint to RESET CAPTCHA of users in Jira Server using Scriptrunner
A simple example code: function CaptchaReset(username) Example query: /rest/scriptrunner/latest/custom/CaptchaReset?username=mraddon Example result: {“result”:”OK”} By MrAddon
Read More
Some news for Data Center Addon
Mraddon Team communicates some news regarding the status of some addons for Data Center. In particular a reorganization has been decided and some of them will be no longer available. We are talking about the following addons: Enchantments for Jira Enchantments for Confluence Blockchain viewer for Jira The server versions continue to be available while…
Read More