静默参数不适用于更新项目字段值

Silent param not working for Update item field values

我正在为跑道 API 使用 java 客户端库的 0.7.9 版。当为 silent 参数发送 true 的值时,项目更新仍显示在项目的 activity 流中。

updateItemValues(item.getId(), valuesUpdates, bSilent, bHook)

根据API documentation应该不是这样的。

If set to true, the object will not be bumped up in the stream 
and notifications will not be generated. 
Default value: false

问题:有没有办法通过跑道 API 更新项目,这样更改就不会显示在项目的 activity 流中?

项目的 activity 流是显示所有项目更改的唯一位置,也是您可以看到谁更改了什么以及何时更改并还原这些更改的唯一位置。所以,不,没有办法隐藏这一点。

Silent 参数效果很好。还有许多其他地方会显示项目的更改:通知、工作区 activity 流、主页 activity 流。并且 silent 参数按设计抑制了这些更改。