我试图将thucydides与jira集成,使用thucydides-jira-plugin 0.9.262。我想得到从jira到我的thucydides报告的用户故事列表(我们在jira工作流中没有史诗),但是失败了。我已经配置了带有默认值的thucydides.properties
jira.url=http://jira.test.ru
jira.project=test
jira.username=testuser
jira.password=testpassword 连接到jira的表单报告很好。
我在日志中看到了这些:
[INFO] Reading requirements from net.thucydides.plugins.jira.requirements.JIRARequirementsProvider@342ee097
[INFO] Loading root requirements: issuetype = epic and project=test
[INFO] Requirements found:[]
[INFO] Generating release reports for: []是否有任何方法来更改根需求的问题类型?是否可以扩展将修昔底德与jira集成的手册?
https://stackoverflow.com/questions/25303799
复制相似问题