Testing for Duplicate Summaries when Creating JIRA Issues with ScriptRunner
I once had the request to add a bit of business logic to a project configuration. The customer had a JIRA project which contained parts (a bit like a CMDB) and he wanted to avoid duplicate entries. I decided to write a simple scripted validator (using the Scriptrunner). The code had to take into account that […]
How to Calculate Days between Issue Creation and Resolution Date in JIRA
Introduction Assume you want to watch how long it takes (on average) to resolve issues. JIRA is providing quite a number of reporting options like the Control chart report and much more. But these are pretty complex things to grasp, and in the end, you just need to know how many days it took to […]