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

New book “Mastering JIRA” for advanced administrators

BUY BOOK About This Book Customize JIRA for a variety of applications such as software project management, Agile tracking, and test management with the help of sample data to get you started Deploy big JIRA instances by planning the installations for Enterprise A comprehensive guide on JIRA with an easy-to-learn structure to help you become…

Read More

[SOLUTION] Where is the “Webhooks” option in JIRA / Confluence ¿? … seems disappeared

If the option System > Advanced > WebHooks is hidden… Probably you lost the add-ons. Only you need is install as a plugin in JIRA & Confluence. Yo can download for JIRA 6 & Confluence in the Word attached (inside there is a ZIP with the .JAR’s) jira-confluence-webhooks-plugin Webhooks documentation: https://confluence.atlassian.com/display/JIRA063/Managing+Webhooks More documentation: https://developer.atlassian.com/static/connect/docs/latest/modules/common/webhook.html

Read More