Step 1. Create the plugin project If you have not already set up the Atlassian Plugin SDK, do that now: Set up the Atlassian Plugin SDK and Build a Project. Enter the following command to create a plugin skeleton: atlas-create-jira-plugin Choose 1 for JIRA 5 when asked which version of JIRA you want to create…
Read MoreJIRA New Listener example: Clone ticket and Link and add Watchers
New example… remember, to add watchers to the ticket, the ticket must be created previously
Read MoreNew custom Listener for JIRA 6: Add label / Set label when issue created in project X
Veryyyy easy!
Read More
New release of my plugins
Today is a goooood DAY! New release of “Kanban Combined WIP extension” and “JiraSupport Admin tools” plugins for JIRA, mow more COOLs & AMAZINGs! DOWNLOAD FROM ATLASSIAN MARKETPLACE
Read MoreHow to create and configure CC (Participant) field in JIRA
To enable users to create and configure CC or participant field in JIRA. Create a Custom Field called CC with custom field type as User Picker (multiple user). Add the newly created Custom Field CC to the relevant Screens that you require it for. Go to the relevant project’s Notification Scheme and add notification for…
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
Start this year with two FREE awesome plugins for your JIRA 6 or 7!
KANBAN COMBINED WIP EXTENSION: Welcome to new colorful JIRA Agile boards We have changed the way Kanban boards are displayed in JIRA to add some color and make our lifes happier with our new plugin. It is possible now to combine columns in boards To do this, when you are configuring your board, you need…
Read MoreTutorial – 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 our first JIRA PLUGIN / ADD-ON … Hello World
Install JDK from Oracle Set the JAVA_HOME and PATH system variables Right click on “My Computer” Properties –> Advanced Settings Environment Variables –> System Variables JAVA_HOME must be with the JDK root path PATH must be with the JDK\bin path Download the SDK from Atlassian Create a directory called “atlastutorial” for example In C:\ then…
Read More