👂🎶Unveiling the Power of Kanban Combined WIP for Jira Datacenter: A Closer Look at the Latest Features

In the fast-paced world of project management, efficiency is key. The Kanban Combined WIP for Jira Datacenter has long been a trusted tool for streamlining workflows, and its recent upgrade brings a host of exciting features to the table. Let’s delve into the details of the new version, released on December 26, 2023, and explore…

Read More

🔄Coordinate your team directly from your board in Jira Datacenter with Easy Kanban Roadmap

Easy Kanban Roadmap (formerly Kanban Gantt) simplifies project management with a straightforward Gantt visualization for JIRA Agile Kanban board issues. Since december of 2023, exist a Paid commercial version of the App with those new features: 👉 The Gantt extract all the issues of the configured Issue filter of the Kanban board (that means, closed issues…

Read More

How to install a PHP JIRA REST API Client

In this example, we will try to install in 5 minutes a PHP Jira Client script in a MacOS system. The prerequisites are: (Homebrew) brew for MacOS CURL for MacOS PHP 7 for MacOS Composer for MacOS php-jira-rest-client library Install instructions with example: Download and Install PHP Composer. curl -sS https://getcomposer.org/installer | php Next, run…

Read More

Simple example of Ethereum Dapp! Without central server. All with Javascript and MetaMask

English – https://elconsejosimpatico.github.io ElConsejoSimpatico.org is something like a totally decentralized Twitter, to test any kind of CENSORSHIP and DDoS attack (Denial of Service), based on smart contracts in the blockchain of Ethereum using only HTML5 pages and javascript type Web3 to work. Remember that you must use MetaMask in your browser, or use Brave as…

Read More

JQL Trick: How to search for labels with a wildcard expression in Jira Server

If your company has installed Adaptavist Scriptrunner you are in luck! You are available to do a search for labels using a wildcard expression using JQL You can use the JQL function issueFieldMatch Example of usage: issueFunction in issueFieldMatch(“project = JRA”, “labels”, “ie[8|9]”) This will search for tickets with “ie8” and “ie9” labels issueFunction in…

Read More