Compatible with Jira 7.x and Jira 8.x Download from Github (Source code and installable JAR) By MrAddon
Read More
Compatible with Jira 7.x and Jira 8.x Download from Github (Source code and installable JAR) By MrAddon
Read MoreThis User Macro is very useful: You can count pages in spaces You can obtain the last modified date (and the modifier author if you want) You can show a list of spaces with links to quick access You can “clean” or “archive” old spaces Installation instructions: (see picture) The Template of code (the…
Read MoreWe have released a new version of our plugins for Jira: Description Templates for Jira Description Templates for Jira Cloud Now with the plugin “Description Templates for Jira” you can place a text template in the description field, not only when you create a parent ticket, now is available in Sub-tasks! To create a sub-task…
Read MorePrerequisites: 1. Node Version Manager 2. Node 2.1 Go (Optional) 2.2 Ethereum Client (Optional) How to run geth using rinkeby Ethereum test network node: geth –rinkeby –datadir=~/.gophersland_ethereum_r1 –port=30304 –cache=2048 –rpc –rpcport=8546 –rpcapi=eth,web3,net,personal –syncmode=fast IPFS (Optional but recommended) $ tar xvfz go-ipfs.tar.gz $ cd go-ipfs $ ./install.sh $ ipfs init initializing IPFS node…
Read MoreThe most important features for Jira Server for us (MrAddon) are marked in bold (in blue only for Datacenter Jiras) (info extracted from Atlassian) 7.13 Support for OpenJDK 8 (Important note of MrAddon for Administrators, there are changes in the Tomcat conf. See more) 7.12 Custom fields optimizer (Data Center) Sharing edit rights for filters…
Read MoreBy default are always “Private“, but we can change the behaviour in the Administration section of JIRA (but just to make it “Public” by default). Just change the Default User Preferences. You must know, that the users can change his User Profile also and set “Public” or “Private” by default the new filters created or…
Read MoreThis is an example of report done with Jira and eazyBI to obtain a Ratio% of effective work hours per group of users. For example, we can calculate the Ratio with the next formula. Ratio per week = Effective Hours / ( 38h – Hours of vacations). If we usually work 38h/week for example and……
Read MoreSometimes we need to transition issues from one status to other, but these issues can be from different projects and can be from different Workflows. In this case, probably the Transition IDs will be different. For this reason we need to develop a “discover transition” function. See below an example of how we can start…
Read MoreImagine, you want a report chart by month and you want to get the issues that are still in “Open” . Then you can create a Calculated Measure using Tuples. For example, to get from the Issues Created, the Issues in “Open” status. You can use this tuple: ([Measures].[Issues created],[Status].[Open]) Then, to get the Date…
Read MoreNew status colors PRO for JIRA Cloud. A lot of new colors for your JIRA statuses COMPATIBLE WITH JIRA SERVICE DESK What is New Status Colors PRO? With this JIRA Server add-on, your JIRA users will live in a full-color world! … more beautiful than the usual and bored “blue”, “yellow”, “green” in the statuses…
Read MoreNew custom JQL function for JIRA 7.x to filter the TOP ROWS of a Query! Very useful! By default filters the TOP 10 rows. The JQL function is writed in Groovy and deployed with Adaptavist Scriptrunner. Syntax example: (to extract the top 20 rows of a project called JIRA) issuefunction in TopRows( “project = JIRA ORDER…
Read MoreWith this JIRA add-on you can take more advantages in your Agile processes. This add-on was created to synchronize the physical board with the computer board (JIRA Rapidboard) through the print of the issues transformed in beautiful cards (to stick it in the real board.) To allow this (the possibility to print the issues as…
Read More