Skip to content

rstgroup/jira-tempo-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JiraTempoApiClient

Requirements:

  • php:5.6+

Dependencies:

  • vlucas/phpdotenv
  • lesstif/php-jira-rest-client

Installation

composer require rstgroup/jira-tempo-api-client 

Configuration:

  1. Create file .env
  2. 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"

About

PHP Library - Jira and Tempo API (Current version V3)

Resources

Stars

Watchers

Forks

Packages

No packages published