cyber-duck / magento2-jira-issue-collector
Magento 2的JIRA Issue Collector实现
0.0.2
2018-07-25 15:35 UTC
Requires
- php: >=7.0
- magento/framework: ^100.1.0|^101.0.0
This package is auto-updated.
Last update: 2024-08-29 00:56:32 UTC
README
这个非常简单的Magento 2模块将渲染一个JIRA Issue Collector,用于您的Magento 2实例。
一旦您设置了指向您的JIRA实例问题收集端点的正确URL,您将能够设置是否要在商店前台、管理区域或两者都启用问题收集器。
安装
composer require cyber-duck/magento2-jira-issue-collector
bin/magento module:enable CyberDuck_JiraIssueCollector
bin/magento setup:upgrade
配置
模块的选项定义在管理区域的商店 > 配置 > 一般 > 网络 > JIRA Issue Collector
下。
您需要从JIRA实例获取嵌入式JavaScript URL端点
我们将使用Magento 2的标准方法,使用require.js
来消费配置中指定的端点并渲染问题收集器。
兼容性
该模块已在Magento 2.2.x上开发和测试。
贡献
欢迎提交PR!
许可证
MIT License
Copyright (c) 2018 Cyber-Duck
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
由Cyber-Duck Ltd用❤️制作