html tool

2022年4月21日星期四

jira过滤不包含指定标签的内容

 参考:https://mlog.club/article/3114262

[popexizhi:

1. not in 的使用

2.这个 labels is empty 也可以是labels is null ;但一定要添加,否则统计中没有标签的就都不计算了,切记!

]

There is a post on here which suggests using the following:

status in("open","reopened","inprogress") and (labels not in("OnHold") or labels is EMPTY)

没有评论:

发表评论