chemaclass/jira-status-notifier
Composer 安装命令:
composer require chemaclass/jira-status-notifier
包简介
This tool will notify the person assigned to a JIRA-ticket if the ticket remains in the same status for more than N days.
关键字:
README 文档
README
This tool will notify the person assigned a JIRA-ticket if the ticket remains in the same status for more than N days.
Installation as vendor
Using composer: composer require chemaclass/jira-status-notifier
Development and contribution
Requirements: PHP >=8.0
- Fork and clone
- composer install
Composer scripts
composer test-all -> quality, phpunit
composer quality -> csrun, psalm, phpstan
composer phpunit -> test-unit, test-functional
See more in composer.json
Documentation
- Using Slack as notification channel
- Using Email as notification channel
- Using Cli to render the tickets for each assignee without notifying anybody
Basic Example
$facade = new JiraStatusNotifierFacade(); $result = $facade->handle([ CliChannel::class, SlackChannel::class, EmailChannel::class, ]); $facade->renderOutput($result);
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-12