It’s very simple! Just write with your favorite text editor a XML file, like this example: Now upload the XML file to the internet (like github), and get the RAW URL of the file. Now, go to ADD GADGET in your DASHBOARD, then MANAGE GADGETS and install the URL of the XML file. That’s all!…
Read MoreHow to remove the Clone Issue option in JIRA
Very easy! First, go to the Project Administration of your target project to remove the option. Then, go to the Field Configuration ( all of them if there are more than one). Edit the “description” of the “description” field ( or some customfield that is visible in the project screens). Add this “javascript” code in…
Read MoreHow to get the required team hours from JIRA Tempo plugin with groovy
As many of you know, to get the “required” & “reported” hours of a Tempo Timesheet Team (in JIRA), don’t exists a REST Web Service interface to get these values… But, exist and “old” “hack”-trick to do this using the mystical “CURL” (in this example case calling cull in the bash shell, running the process inside…
Read More
jQuery Visual Cheat Sheet Support
Download PDF: jQuery-1.7-Visual-Cheat-Sheet See ONLINE jQuery Visual Cheat Sheet: http://jqapi.ru/ Indispensable for Javascript JIRA Add-ons
Read MoreSet a countdown to your Banner Announcements for maintenances in JIRA
Set in the Announcement banner of jira a code like this:
Read MoreNew custom Listener for JIRA 6: Add label / Set label when issue created in project X
Veryyyy easy!
Read More
Jirasupport Toolkit for Awesome JIRA Admins
Hi people, My new plugin is coming! If your JIRA is a large instance, you probably use & abuse of the Web browser functionality : “search”… for customfields, workflows, workflow schemes, permissions schemes, views, DVCS repos … with this plugin, this functionality is added in the top buttons of each view of the project administration artifacts…
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 More
How to Hide the “Configure Fields” Button on the Create Issue Screen in JIRA
Copy this code in the description of a custom field (in the Field Configuration linked to the project) Result:
Read MoreTrick to navigate Prev/Next with Anchors in Confluence
If you want to navigate Prev/Next anchor with your Chrome between different anchors in the same page of Confluence, there is a trick to do that with a Javacript Macro in the Confluence Page. Insert into the page this piece of code, that’s all!
Read More
Multi-column WIP Limits with JIRA Agile in JIRA
NOTE: In this moment I have created a new PLUGIN TO DO THIS. At mobile.de many teams use Kanban to organise their project work. JIRA together with theJIRA Agile plugin (formerly known as Greenhopper) allows you to configure and maintain an electronic Kanban board and even define WIP limits per column. However, if you’d like to have multi-column WIP…
Read More
Create a new plugin / add-on in JIRA to set custom CSS and Javascript / JS in all pages
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 Browse to and open the atlastutorial/helloworld/src/main/resources/atlassian-plugin.xml file Modify helloworld.js and add inside a piece of code like this: “alert(“Hola!”)” Modify the tag <context> to active the Javascript…
Read More