Skip to content

patriziotomato/laravel-jira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-jira

Easily access the Jira-API in your Laravel Application

Configuration via .env

JIRAAPI_V3_HOST="https://xxxxxxx.atlassian.net"
JIRAAPI_V3_USER="firstname.lastname@company.com"
JIRAAPI_V3_PERSONAL_ACCESS_TOKEN='Generated in your Jiras personal settings'

Usage

$jira = app(Jira::class);

$jira->users()->get();
$jira->projectVersions('PROJECT_KEY');

About

Wraps the Jira-API in your Laravel Application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages