PHP code example of traw / powermail-jira
1. Go to this page and download the library: Download traw/powermail-jira library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
traw / powermail-jira example snippets
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['powermail_jira'] = [
'connection' => [
'jiraHost' => getenv('JIRAAPI_V3_HOST'),
'jiraUser' => getenv('JIRAAPI_V3_USER'),
'personalAccessToken' => getenv('JIRAAPI_V3_PERSONAL_ACCESS_TOKEN'),
],
];