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 MoreNew groovy Listener to set the same fixversions to all subtasks in JIRA
Very easy!
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 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 MoreNew custom Listener to set DueDate of original ticket with 2 Days less in the tickets linked in JIRA with Groovy ScriptRunner
New JIRA Listener example: Copy ticket & link
Measure timings of REST WS calls to JIRA with SoapUI
SOAPUI is the best interface to make tests to JIRA Web Services. And it’s free. Download SOAPUI It’s very easy, only install and make the test. Set the Endpoint to your JIRA URL Domain and protocol (http or https) and put the resource URL to the REST Endpoint (like /rest/api/2/PROJECT-NUM/worklog to put worklog in an…
Read MoreNew example of Groovy Service for JIRA to ARCHIVE big tasks
How many of you knows, when an issue grows and become a big issue ( for diverse reasons, more comments, more worklogged hous in Tempo, …), then the access to this ticket cost a lot of CPU. In this post I try to make a little example of a Custom Groovy Scriptrunner Service to archive…
Read MoreNew example of JQL Custom function
Here is a function with two input parameters to show, as result, a list of issues that it’s worklogged hours sum more than the input parameter two. It’s an easy function to know how create new JQL custom methods.
Read MoreHow to create a new Scripted Custom Field in a JIRA dashboard
Download the plugin Kepler Custom Fields Create a SIL Script Custom Field In the custom field configuration set a new script like this: Insert the custom field in the dashboard That’s all!
Read More




