- php:5.6+
- vlucas/phpdotenv
- lesstif/php-jira-rest-client
composer require rstgroup/jira-tempo-api-client
- Create file
.env
- Set variables:
# Required
JIRA_HOST="https://your-jira.host.com"
JIRA_USER="jira-username"
JIRA_PASS="jira-password-OR-api-token"
JIRA_REST_API_V3=true
TEMPO_TOKEN="your-tempo-access-token"