kikichao / php-jira

Small PHP interface for retrieving JIRA projects and issues and dumping them out to an Emacs org-mode file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP CLI interface to Jira via PHP SOAP client

* Setup

1. Copy config.sample.php to config.php and update settings
2. Run the scripts with the usage instructions printed at the top of each script.

* Outstanding tasks

** TODO Limit number of results for a filter
May require using Jira 4.0, as getIssuesFromFilterWithLimit seems to fail, even though it's part of the spec for Jira 3.13

** TODO Test with Jira 4.0 and JQL

About

Small PHP interface for retrieving JIRA projects and issues and dumping them out to an Emacs org-mode file.