setitch/php-jira-api-rest-client
Composer 安装命令:
composer require setitch/php-jira-api-rest-client
包简介
Client for Jira REST Api written in PHP. Now with partial support of UTF8 setting of JIRA
README 文档
README
Based on https://github.com/lesstif/php-jira-rest-client - modified by Seti the Dragon. Documentation in progress but most usability is left intact.
Differences
- namespace \Jira\Api
- Modified JsonMapper class (extended) so customfields can be used.
- More data fetched properly from Jira API. [comments]
- Using Rotating Files instead of Stream logging.
- Added
-
- Change Issue Labels
-
- Fetching WorkLogs
-
- It is now possible to save custom fields with this project.
-
- Function for fixing dates (changing timezone for fetching correct date in php).
-
-
- Accounts
-
-
-
- Adding and Removing Users from Groups (Creating groups too).
-
Fixes
-
- Timeout stopping whole scripts (15 sec for connection, 45 for data);
-
- Retries of execution of curl (3);
TODO
- Cleaning the Code
- More Services
- Tests
统计信息
- 总下载量: 472
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2016-04-27