Very easy, try to enter in the “Groovy Script Console” and execute this code. source extracted from here
Read More
Very easy, try to enter in the “Groovy Script Console” and execute this code. source extracted from here
Read MoreOn {JIRA_GOME}/scripts/ create this folders: For example: ../jira_home/scripts/com/onresolve/jira/groovy/jql Then add the groovy file with the new JQLFunction, exmaple: HasInactiveAssignee.groovy The code: Then Go to Addons –> ScriptRunner –> Script JQL Functions –> and then press “Scan” Syntax: issueFunction in hasInactiveAssignee(‘project = XXX’) That’s all!
Read More