If you have deleted a project in Jira Server, and your log are exploiting with lines with this “error“: You can fix it using Adaptavist Scriptrunner. Launching (and modifying) this Groovy 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
If you have deleted a project in Jira Server, and your log are exploiting with lines with this “error“: You can fix it using Adaptavist Scriptrunner. Launching (and modifying) this Groovy code: By MrAddon
Read More
This “Groovy” trick for Jira allows us to create Jira issues automatically and repeatedly on demand! For the example, we will edit a Workflow and we will add a new Transition of type Recursive ( from All to Itself). And we name the Transition as “Clone issue and Linked Issues“. (NOTE: Remember after this to…
Read More
More info & RSVP see this link
Read More
Sometimes we need to raise new subtasks when other subtasks are finished. In this example we explain how we can do this in Jira using the famous plugin Adaptavist Scriptruner. The trigger of the action is the “transition”: when someone moves a subtask from one status to another. In this case, from “IN PROGRESS” to…
Read More
Linkedin message of Nikita Teplov: … Hello everybody! We create an alternative to Script-runner, and we added a number of features which we had not had earlier. Features: – Scripts Registry for workflows (you can add inline scripts in the workflow) – Recurring tasks – Liseners – Scripted fields – Console for debugging – Scripts…
Read More
It’s very easy to do in Jira Server with the help of the awesome plugin Adaptavist Scriptrunner. Just create a new Behaviour ( press “.” and write Behaviours). Associate the Behaviour to your project (and/or issuetype/s). And the click in “Fields” to add the field you want to “observe”. For example, custom field “Jira Category“.…
Read More
We have two ways to set a default template in the “Description” system field inside the Jira tickets. One way is using the famous plugin Adaptavist ScriptRunner “Behaviours”. Just press the key “.” in your usual Jira screen. We now are in the navigation menu. We will go to “Behaviours” config page. Now we can…
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
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 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
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