Description
Tried php-jira-rest-client utility and its great, but i'm facing one issue.
I have installed composer and every settings in jira folder internal to sub directory and tried to run basic login but it throws "IssueService throws class not found" error. It looks like it can't find IssueService, can you please help me for this issue?
'https://your-jira.host.com', 'jiraUser' => 'jira-username', 'jiraPassword' => 'jira-password', ) ``` )); ?>require_once('/web/wp-content/themes/2016theme/jira/vendor/autoload.php');
use JiraRestApi\Configuration\ArrayConfiguration;
Works fine but IssueService throws class not found
Error:
Fatal error: Uncaught Error: Class 'IssueService' not found in /web/wp-content/themes/2016theme/jira.php:13
Stack trace: #0 /web/wp-includes/template-loader.php(75): include()
#1 /web/wp-blog-header.php(19): require_once('/web/wp-...')
#2 /web/index.php(17): require('/web/wp-...')
#3 {main} thrown in /web/wp-content/themes/2016theme/jira.php on line 13