Change the Layout of the IssueView of Jira Datacenter with Support Admin Tools App!

With the new version of Support Admin Tools App for Jira Datacenter there is a new additional functionality in the global configuration, which allows to expand textfield multiline fields and is also compatible with Grid type fields (Included with the Table Grid addon). The Jira Admin can select and configure the fields in this section. Continue reading…

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

Working with Panels in the Jira Issue View

In this post we want to show how to change some parts of the web panels of the Jira Issue View context. We can start changing the default global settings of Jira (in the Advanced section). We can change the jira.table.cols.subtasks variable to add more fields to the web panel, also with the variable jira.view.issue.links.sort.order we…

Read More