Description Templates by Project and IssueType with no Jira Cloud Admin intervention!

Since October 2022 you can configure Description Templates by Project and IssueType with no Jira Admin intervention! Download from Atlassian Marketplace —> https://marketplace.atlassian.com/apps/1218223/description-templates-for-jira-cloud?hosting=cloud&tab=overview Usage: Description Templates by Project and IssueType Since October 2022, we have released a new powerful feature! Templates by Project with no Jira Admin intervention!! Just create a ticket in your project…

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