我想从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但它还包含我不想要的更新,评论等。另外,我不确定如何按返回活动的类型进行过滤并按所有者过滤。
有没有办法解决这个问题?
答案 0 :(得分:0)
尝试使用jq
multiplesOf5Inputs()