在Jira中搜索标签!= [英] Searching Jira for label !=

查看:1148
本文介绍了在Jira中搜索标签!=的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我为某些问题设置了标签.当搜索labels ="ab"时,我得到了相关的标签,但似乎找不到用于询问标签的正确语法!="ab". 如何查询不等于ab的那些?

I have a label set for some of my issues. When searching labels="ab" I get the relevant ones, but I cannot seem to find the right syntax for asking labels!="ab". How can I query for the ones not equal to ab?

推荐答案

!=对我有用,尽管它仅显示带有标签的问题 如果我想显示所有没有特定标签的问题,我必须做

!= works for me although it only shows issues that have labels If I want to show all issues that do not have a certain label I have to do

(labels is EMPTY OR labels != 'mylabel')

此行为目前是Jira-Team计划的.更改建议已发布在 Developer-Jira 中,可以投票.

This behaviour is currently intended by the Jira-Team. A suggestion to change it has been posted in the Developer-Jira and can be voted for.

这篇关于在Jira中搜索标签!=的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆