Very easy with Adaptavist Scriptrunner / Groovy Scriptrunner Create a new field of type “Script Field Scriptrunner” Then go to “cog icon” –> Add-ons –> SCRIPTRUNNER –> Script Fields Select “Template” HTML Then in the script line add a code like this: NOTE: You can avoid a lot of lines of my code, it’s only…
Read MoreGroovy REST WS call example to TEMPO JIRA plugin
How to create a new JIRA Scripted Custom Field obtaining LDAP attributes
Very simple! Download the plugin Kepler Custom Fields Create a SIL Script Custom Field In the custom field configuration set a new script like this: return ldapUserRecord(“attribute”, “”, “”, “”, “user@example.com”, “user”); Remember to configure the LDAP connection Go to “Cog icon” –> Addons –> KEPLER –> LDAP Configuration URL = ldap://localhost:389 BIND USER =…
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 More
New plugin IS COMING! “Enlarge Your Excel Export”
In large instances, the list of issues in the search view should be limited by the Administrator, as a consequence, the Excel export is limited too…. With this plugin, a new option is shown to export up to 10000 issues with the current fields of the current view, search or filter. VERY HELPFUL SURE 😉…
Read MoreConfigure Tomcat 9 for HTTP/2
The Goal of HTTP2 The goal of HTTP/2 is to increase the perceived performance of the web browsing experience. Why Do We Need HTTP2 A web page has many resources that need to be load. In HTTP 1.0 requests for all resources are sent all at once and the server responds to each request. If…
Read MoreNew custom Listener to set DueDate of original ticket with 2 Days less in the tickets linked in JIRA with Groovy ScriptRunner
JIRA New Listener example: Clone ticket and Link and add Watchers
New example… remember, to add watchers to the ticket, the ticket must be created previously
Read MoreNew custom Listener for JIRA 6: Add label / Set label when issue created in project X
Veryyyy easy!
Read More
New release of my plugins
Today is a goooood DAY! New release of “Kanban Combined WIP extension” and “JiraSupport Admin tools” plugins for JIRA, mow more COOLs & AMAZINGs! DOWNLOAD FROM ATLASSIAN MARKETPLACE
Read More




