A good addon for your JIRA, to create new projects from template: Save time by enabling your trusted users to instantly create their own projects from predefined templates Easily create new projects from your own templates Trusted groups are empowered to create projects from a list of pre-defined templates. Your new project can be ready…
Read MoreNew example of Groovy Service for JIRA to ARCHIVE big tasks
How many of you knows, when an issue grows and become a big issue ( for diverse reasons, more comments, more worklogged hous in Tempo, …), then the access to this ticket cost a lot of CPU. In this post I try to make a little example of a Custom Groovy Scriptrunner Service to archive…
Read MoreNew example of JQL Custom function
Here is a function with two input parameters to show, as result, a list of issues that it’s worklogged hours sum more than the input parameter two. It’s an easy function to know how create new JQL custom methods.
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 7
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
New Listener change status of an issue depends of the type of the issue created in JIRA
New Listener assign issue depends of a custom field in JIRA
New Listener assign issue depends of the issue type in JIRA
How to Show/Hide Custom Field depend on another custom Field Value in JIRA
Copy this code in the description of a custom field (in the Field Configuration linked to the project)
Read More
How to Hide JIRA default fields from issue page
Copy this code in the description of a custom field (in the Field Configuration linked to the project)
Read More




