1.- First see the instructions of this old post 2.- Change the file /src/main/resources/atlassian-plugin.xml like this. Bassically you need to add <projectTypeKey>business</projectTypeKey> 3.- In the file /src/main/java/com/example/plugins/tutorial/MyAddProjectHook.java change the file to like this:
Read MoreJIRA Service with Groovy ScriptRunner “Closing issues with status X with N days without updates” usign JQL compatible with JIRA 7
Custom JQL Function “HasInactiveReporter” and “HasInactiveAssignee” compatible with JIRA 7

Try JIRA 7 / new release of JIRA (only for testing plugins)
DOWNLOAD JIRA 7 RELEASE NOTES Raul comment: The AGILE add-on don’t work with JIRA 7… 😦 Pictures:
Read MoreNew JQL Function Custom to retrive issues with inactive user in assignee “HasInactiveAssignee” or in reporter “HasInactiveReporter” (Jira 6 and 7)
On {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