You have two options: Change it using CSV Import (more info) Change it using a database Update (more info, depends on the version of JIRA)
Read MoreSimple JIRA Groovy Service to CLOSE issues depending on the STATUS of the links and subtasks
Very easy, see this code:
Read MoreHow to create a new JIRA Cloud addon Hello World
Very easy with a simple example, you only need a text editor or notepad… Create a new file called “atlassian-connect.json” This example creates a button in the Agile Rapid Board of JIRA Cloud and create a link to this blog. Replace the https://url_mandatory_to_the_ftp_of_the_file_atlassian_connect/ by your URL… you can use for example Github to push the repository…
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 MoreHow to restrict resolution options in JIRA
Very easy! Edit the Workflow transition to “CLOSED“ Click on “Properties“ Add this pair “key – value” jira.field.resolution.include = id_resolution_1, id_resolution_1023, .. That’s all!
Read MoreNew JIRA Groovy Script Example: Create User Epics from the JIRA Directory X and Link tickets with the Epic Link
See this code…
Read MoreNew Example of Groovy JIRA Service to CLOSE issues in 5 days and send mail with Survey of Google Forms
See this code:
Read MoreExport More than 1000 Issues to Excel from Issue Navigator in JIRA
Symptoms By default both JIRA issue navigator and REST API return a maximum of 1000 search results. Hence when exporting to Excel, JIRA will only export the first 1000 issues. Cause The maximum allowable value is dictated by the JIRA property ‘jira.search.view.default.max’ which is set to 1000 by default. Unfortunately it is not possible to…
Read More
Confluence trick: Put a button to create a Blog Entry
Very easy!… Insert the HTML Macro Inside the Macro put this code:
Read More




