2017 © Pedro Peláez
 

library jira-api

Jira api php library

image

alexkovalevych/jira-api

Jira api php library

  • Thursday, October 22, 2015
  • by AlexKovalevych
  • Repository
  • 2 Watchers
  • 5 Stars
  • 1,988 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Build status, (*1)

Usage

Create a client providing your jira api url, username and password:, (*2)

$client = new IssueClient('https://myproject.atlassian.com/rest/api/latest', 'login', 'password');

Now you're able to run api requests with that client:, (*3)

$issue = json_decode($client->get($issueId))->getBody()->getContents());

And don't forget about error handling (check guzzle documentation about more information):, (*4)

try {
    $response = $client->getIssue($issueId);
} catch (RequestException $e) {
    ...
}

Supported clients

  • Issue
  • Workflow
  • Project

TODO

  • Cover more api endpoints

The Versions

22/10 2015

dev-master

9999999-dev

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych
by Carlos Yakimov

api git package github jira community pull request contributor

29/09 2015

1.0.7

1.0.7.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych
by Carlos Yakimov

api git package github jira community pull request contributor

29/09 2015

1.0.6

1.0.6.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

06/07 2014

1.0.5

1.0.5.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

04/07 2014

1.0.4

1.0.4.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

03/07 2014

1.0.3

1.0.3.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

02/07 2014

1.0.2

1.0.2.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

02/07 2014

1.0.1

1.0.1.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

02/07 2014

1.0.0

1.0.0.0

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor

01/07 2014

dev-develop

dev-develop

Jira api php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Kovalevych

api git package github jira community pull request contributor