JIRA 7.2: Problems with Google Chrome

If you can’t PUBLISH workflows. If you see OLD/Obsolete IssueTypes when you create a ticket. If you see an error in your Chrome navigator like this: “Uncaught QuotaExceededError: Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘last.viewed.report.SE.scope-filter-board-item-32’ exceeded the quota.” THE SOLUTION You can erase the cookies of your navigator to solve the…

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