Very easy, see this code:
Read MoreMore MAGIK SUAJ! for JIRA SERVER!
Hi J-ackers! Below LORY MONEY the inventor of the Magik word “SUAJ!” xD Today is a good day for the JIRA Administrators! A new release is OUT of the Magik plugin “Jirassuport Admin Tools” 1.3.0 for JIRA SERVER New automatizations, and more magik SUAJ!! – Better searching (more efficient) – New screens with SUAJ!…
Read More7 useful add-ons for JIRA administrators
Awesome add-ons for JIRA administrators Are you a JIRA administrator and feel that your tasks are getting repetitive? If you wish there were tools to make your admin easier, you’ve come to the right place – in this blog I’ll be highlighting a number of add-ons for JIRA administrators that can help you with daily admin…
Read More
eazyBI JIRA Plugin Advanced Training
A great course, a little bit “hard” but really very interesting and useful! See the advanced training in this link
Read More
eazyBI JIRA plugin basic training video
A great Workshop! See the basic training course in this link
Read MoreHow to remove the Clone Issue option in JIRA
Very easy! First, go to the Project Administration of your target project to remove the option. Then, go to the Field Configuration ( all of them if there are more than one). Edit the “description” of the “description” field ( or some customfield that is visible in the project screens). Add this “javascript” code in…
Read MoreNew groovy Listener to set the same fixversions to all subtasks in JIRA
Very easy!
Read MoreHow to get the required team hours from JIRA Tempo plugin with groovy
As 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 MoreCalculate the SLA with Scripted Field in ScriptRunner for JIRA
Very 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 MoreJIRA REST API Example with CURL
Examples of updating an issue using fields. Example of assigning an issue to user “harry” This simple edit Request example input data Response You should just receive a response with a status of “204 No Content” Example of updating many fields at the same time Here we update the assignee and also the summary, priority,…
Read MorePermissions based on Workflow Status in JIRA
In the Workflow transition properties you can set diverse permissions restrictions like this: jira.permission.comment.group=group jira.permission.comment.denied=true/false jira.permission.edit.group.1=group1 jira.permission.edit.group.2=group2 jira.permission.modifyreporter.user=username jira.permission.delete.projectrole=10000 jira.permission.subtasks.delete.projectrole=10000 jira.permission.close.user=username jira.issue.editable=false … You can see more permissions and terminology in this link
Read MoreHow to set format to the value of a Custom Field calculated in JIRA with JIRA MISC addon
Very 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




