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 MoreCustom JQL Function “HasInactiveReporter” and “HasInactiveAssignee” compatible with JIRA 7
New Listener assign issue depends of a custom field in JIRA
New Listener assign issue depends of the issue type in JIRA
Tutorial – Creating a project template with Standalone artifacts in JIRA
First create the plugin like the Atlassian recommendations Additionally in the dependences ( pom.xml ) put this dependences Additionally in the MyAddProjectHook put this code to create a new scheme for all artifacts, additionally you can create a Permission Scheme called “Template”, in this case this permissions will be cloned also:
Read More
Create a new Add-on or Plugin in JIRA to show more options in the Main Menu /General Menu
Creating our first JIRA plugin “Hello World”: enter in C:\atlastutorial atlas-create-jira-plugin Enter 1 for JIRA 5 groupId: com.atlassian.tutorial artifactId: helloworld version: 1.0-SNAPSHOT package: com.atlassian.tutorial.helloworld Press Y to continue Add a module to the plugin: enter in C:\atlastutorial atlas-create-jira-plugin-module Select the 30 Web Section item by entering 30. Answer each question as follows: Question Value Description…
Read More
Generating a Thread Dump of JIRA with Jstack
Occasionally, JIRA may appear to ‘freeze’ during execution of an operation. During these times, it is helpful to retrieve a thread dump — a log containing information about currently running threads and processes within the Java Virtual Machine. Taking thread-dumps is a non-destructive process that can be run on live systems. This document describes the…
Read MoreIs a regular JIRA restart important? TRICK TO SOLVE THE PERFORMANCE DEGRADATION IN JIRA 6.3
Do you restart JIRA e.g. once a week? Is it recomended in order to speed it up? Some users using JIRA very intensively are requesting this, realising that the system is slowing down after a certain time…. VERSION: JIRA 6.3 TRICK 1: The performance increases dramatically if you use Java8 instead of Java7!! SEE MORE: https://confluence.atlassian.com/display/JIRAKB/Java+8+Improves+JIRA+Performance+Dramatically…
Read More




