sprintq 为冲刺或其他事件创建开源问题列表
冲刺Q是一个示例应用程序,帮助为冲刺或其他事件创建开源问题列表。配置Github登录凭据时,请创建文件server/github-config.js
并插入以下代码:
ServiceConfiguration.configurations.remove({ service: 'github' });
ServiceConfiguration.configurations.insert({ service: 'github', clientId: 'clientId', secret: 'githubAPISecret' });
要生成上述GitHub密钥,请参考相关文档。
下载地址
用户评论