Very useful example to get the values of a cascading customfield using Groovy in Jira.
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 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
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
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
Duración: 46 horas (12 sesiones) Fechas: del 06/02/18 al 15/03/18 Horario: Mar y Jue de 16:10 a 20:00h Profesor: Raúl Peláez Lugar de impartición Oficinas de KNOWTECH ubicadas en: Avda. Diagonal, 188-198 5ª Planta. Barcelona Teléfono: 934.860.655 Persona de contacto: David Soto Mail de contacto: david.soto@knowtech.es Temario: Ficha del curso – Mastering JIRA Nos vemos…
Read More
Very easy with ScriptRunner, just execute this script in the Script Console. Don’t forgive to configure the date limit to archive (it depends of the release date)! If you see useful, you can configure it in a scheduled Service! Very useful in large Organizations!
Read More
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
Fantastic post of Fabio Genovese with a magic demonstration of the power of Jira with Scriptrunner. —> SEE THE FANTASTIC POST <—
Read More
IMPORTANT NOTE: these codes would work only if eazyBI is used for Jira Cloud. For more info please see eazyBI support comments (in the comments section of this post) eazyBI does not track the change history for those fields by default. However, you may add those fields to data import. This solution requires changes in…
Read More
Very easy, try to enter in the “Groovy Script Console” and execute this code. source extracted from here
Read More
This is the example code for a PostFunction to transition a linked Issue in status X to another status of the workflow. Very easy with Adaptavist Scriptrunner. See this code.
Read More