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.
新的 YouTrack API 缺少我们的代码严重依赖的旧问题历史记录 /rest/issue/{issue}/history 端点。只有Issue 活动 /api/issues/{issueID}/activities 端点,它只返回来自这个永无止境的差异/活动类别列表的变化之间的差异差异。
/rest/issue/{issue}/history
/api/issues/{issueID}/activities
是否有一些简单的方法来获取问题的历史快照列表,或者我实际上是否必须解析所有这些活动类别并以某种方式将它们合并在一起以自己(重新)实现整个事情?
/history端点也没有提供历史快照,但确实/activity输出了更多数据。然而,这就是实现它的方法——遍历数据并根据提供的时间戳构建快照。
/history
/activity