MUCHAS GRACIAS POR TU VISITA!! MANY THANKS FOR YOUR VISIT!! AND MORE AND MORE…. 😀 THANKS!!
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 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 More
My new addon for JIRA: JiraSupport Admin Tools
If your JIRA is a large instance, you probably use & abuse of the Web browser functionality : “search”… for customfields, workflows, workflow schemes, permissions schemes, views, DVCS repos … with this plugin, this functionality is added in the top buttons of each view of the project administration artifacts (with the autocomplete option)… it’s a…
Read MoreLasCommentContains: New JQL custom function in groovy
Syntax: issueFunction in LastCommentContains(” query…”, “text to find”) Isn’t Key Sensitive
Read MoreJQL Custom Function UserInRole (with Groovy for JIRA)
JQL Syntax sample: project = XXX AND issueFunction in UserInRole(” “, assignee, “Developer”) // note the space in the first parameter, this syntax is less efficient issueFunction in UserInRole(” project = XXX “, assignee, “Developer”) //more efficient issueFunction in UserInRole(” project = XXX “, reporter, “Developer”)
Read MoreHow to put additional info in the JIRA login page
It’s very easy! 1.- Go to System –> System Dashboard 2.- Add the gadget “Introduction to JIRA“ 3.- Configure the gadget in System –> General Configuration It works in JIRA 6 & 7 (Optional action) 1.- Go to set the Announcement Banner –> Set to Public 2.- Paste a code like this: See more in:…
Read More




