stingus / StingusJiraBundle

A Symfony bundle designed to help your application make REST API requests to one or more Atlassian JIRA instances
MIT License
5 stars 1 forks source link
jira-rest-api oauth-client symfony symfony-bundle

Build Status Code Climate Test Coverage

StingusJiraBundle

This bundle connects your Symfony application to one or more Atlassian JIRA instances, allowing you to make API requests to those instances.

When you should use this bundle

If you need to use the JIRA REST APIs for one or more JIRA instances, the bundle exposes all the methods needed to make API requests, using the OAuth 1.0a protocol.

When you should not use this bundle

This bundle is not using JIRA as an authentication provider for your application users. There are other solutions doing just that, like HWIOAuthBundle.

Features

Prerequisites

Documentation

See the bundle documentation for installation and usage.