从bitbucket查询结果

时间:2018-04-27 10:29:53

标签: bitbucket-api bitbucket-cloud

我想从bitbucket云的拉取请求中过滤掉已删除的评论。

我尝试了评论API端点:https://api.bitbucket.org/1.0/repositories/lereamede321/test-bitbucket-api/pullrequests/2/comments?q=deleted%3Dfalse&user.username%3Dleremede321。但是,它不支持对已删除字段进行过滤

我还尝试过活动API端点:https://api.bitbucket.org/2.0/repositories/leremede321/test-bitbucket-api/pullrequests/2/activity但它还包含我不想要的更新,评论等。另外,我不确定如何按返回活动的类型进行过滤并按所有者过滤。

有没有办法解决这个问题?

1 个答案:

答案 0 :(得分:0)

尝试使用jq

multiplesOf5Inputs()