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 MoreSome visitors of Jirasupport works for…
MUCHAS GRACIAS POR TU VISITA!! MANY THANKS FOR YOUR VISIT!! AND MORE AND MORE…. 😀 THANKS!!
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
My first Magazine
I’m trying to do a “Magazine” … ^^ it’s hard… and tedious :S LINK: https://madmagz.com/magazine/783896
Read More
JIRA FREE Addon Collapsible Dashboard Sidebar
One click and the favorite dashboards sidebar collapses. Easy! Fantastic plugin of Qotilabs DOWNLOAD FROM MARKETPLACE
Read More
Enlarge JIRA Excel Export (new plugin)
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 Works in…
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
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 More




