New example of Groovy Service for JIRA to Flag and comment issues not updated in X days in status X… very easy!
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
New example of Groovy Service for JIRA to Flag and comment issues not updated in X days in status X… very easy!
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
Here the sample code to add a fixed watcher on the create issue transition of a Workflow. Very easy and useful script! This is a script PostFunction of the Adaptavist Groovy ScriptRunner Atlassian JIRA Plugin. You can add, for example, a user linked to an email of a distribution list.
Read More
With ScriptRunner is very easy! IMPORTANT NOTE: YOUR JIRA INSTANCE MUST BE A NON-PRODUCTION SERVER Go to “Cog icon–>Add-ons–>SCRIPTRUNNER–>Script Fragments–>Click in “enable” phrase” You will see then the “debug” mode… (more info)
Read More
New custom JQL function for JIRA 7.x to filter the TOP ROWS of a Query! Very useful! By default filters the TOP 10 rows. The JQL function is writed in Groovy and deployed with Adaptavist Scriptrunner. Syntax example: (to extract the top 20 rows of a project called JIRA) issuefunction in TopRows( “project = JIRA ORDER…
Read More
Some examples of the “resyntax” conversion in Groovy with explicit option. See the entire API changes list here JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA 6 JIRA 7 JIRA…
Read More
Good morning Jira addicts! 🙂 It’s an enormous pleasure for me to present my new company based on Barcelona, called MrAddon. In this company, we will provide IT solutions based in the main Atlassian components and services like JIRA, Confluence, Bitbucket, HipChat, Crowd,etc. and the most famous JIRA plugins like Tempo Timesheets, Adaptavist ScriptRunner, Moresimp…
Read MoreVery easy, see this code:
Read MoreVery easy!
Read MoreAs many of you know, to get the “required” & “reported” hours of a Tempo Timesheet Team (in JIRA), don’t exists a REST Web Service interface to get these values… But, exist and “old” “hack”-trick to do this using the mystical “CURL” (in this example case calling cull in the bash shell, running the process inside…
Read MoreVery easy! Create the required TimeStamps custom fields to fill with a Listener or a PostFunction with Groovy Scriptrunner with a CODE like this Then create a Groovy Scripted Field in JIRA to calculate the SLA (ANS in spanish). You can follow this instructions to create the HTML field Put a code like THIS: That’s…
Read MoreVery easy, first see this instructions to create the Custom Field To remove the decimal part of the resulting number from a division of two custom fields for example, and for adding the final character “%”, you can try to set in the “description” of the custom field (of type “Calculated Number”… for example) a…
Read More