Coming soon in Atlassian Marketplace & FREE! To make our lives happier! One plugin to print nice cards through the Agile Rapid Board, and another one to set colors to the “rejected/canceled/suspended” status and “waiting/on hold/paused” status
Read MoreJIRA JQL trick: Filter issues based on transition state execution date in JIRA
Very easy, see the JQL example: Project = “JIRA” AND Status CHANGED TO “In Progress” DURING (“2015/08/01″,”2015/10/05”) Other Syntax: This JQL shows all issues which have been in “Status A” for more than 14 days project=XXX and status changed to “Status A” before startofday(-14) and status = “Status A” This JQL shows all issues which…
Read MoreTuning JVM Garbage Collector (Best values for JIRA 6 & 7 large instances)
The following example JVM settings are recommended for most production servers (JIRA works better as standalone installation): -server -Xms24G -Xmx24G -XX:PermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:ParallelGCThreads=20 -XX:ConcGCThreads=5 -XX:InitiatingHeapOccupancyPercent=70 For production replica servers (test environments), use the example settings: -server -Xms4G -Xmx4G -XX:PermSize=512m -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:ParallelGCThreads=20 -XX:ConcGCThreads=5 -XX:InitiatingHeapOccupancyPercent=70 For standalone installations (recommended in JIRA large installations), use the…
Read MoreTutorial – Adding a JQL function to JIRA 6 – 7
Step 1. Create the plugin project If you have not already set up the Atlassian Plugin SDK, do that now: Set up the Atlassian Plugin SDK and Build a Project. Enter the following command to create a plugin skeleton: atlas-create-jira-plugin Choose 1 for JIRA 5 when asked which version of JIRA you want to create…
Read MoreNew custom Listener to set DueDate of original ticket with 2 Days less in the tickets linked in JIRA with Groovy ScriptRunner
100 POSTS == 10000 VISITS!! THANK YOU!!
In only one year, for me is incredible :O ! THANK YOU VERY MUCH!! I hope the blog will be useful to you!
Read MoreSet a countdown to your Banner Announcements for maintenances in JIRA
Set in the Announcement banner of jira a code like this:
Read MoreJIRA 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 MoreNew JIRA Listener example: Copy ticket & link
Scaling your application on AWS & know the prices
A very interesting article about scaling applications on Amazon WS! Scaling is hard, period. Most of the time we are tasked with scaling a mature application that was built a few years ago. The design assumptions that were made at that time to facilitate fast feature rollout are not valid anymore and most of the…
Read More




