Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Jira 的新手。我从事过质量控制工作,我们可以批量更新测试用例或缺陷。我在 Jira 中需要类似的东西,在那里我可以批量更新任务。
可能你最好的选择是JIRA REST API
曾经有一个 SOAP 和一个 XML-RPC API,但现在这两者都已被弃用。
您还可以使用 CSV 文件导入 JIRA 问题:从 CSV 导入数据
JIRA REST API 很好,但您也可以使用批量更改,对按查询过滤的问题列表执行一些操作。