amayamedia/jira-rest-client
Composer 安装命令:
composer require amayamedia/jira-rest-client
包简介
A simple client to communicate with JIRA Server
README 文档
README
A high-level client for interacting with JIRA Server Rest API. Currently only supports Worklogs
Installation
You can install the package via composer:
composer require amayamedia/jira-rest-client
Usage
$authClient = new AuthService('https://example.com/api/auth'); $issueService = new IssueService(); $issueService->useAuth($authClient); // Get Worklogs for an issue $issue = $issueService->getWorklog('TEST-1'); // Add a Worklog to an Issue $issueService->addWorklog('TEST-1', [ 'comment' => 'I did some work', 'timeSpentSeconds' => 12000 ]);
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email rene@amayamedia.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-09