View patches with no label assigned
Hopefully I am just not seeing something. How can I get a list of just the patches that have no label assigned to them? Going through a list dozens of pages long looking for new patches to approve is getting quite combersome.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
GillySpy
12 years ago
There is a trick you can do with label name searches. This works in many areas but for patching would have to creat a new smart label or do a test smart label
The arguably more intuitive "Label names is null" won't work but..".label names != _%" will give you patches that are not in any label
FYI _% means -- "at least one character" in sql
The arguably more intuitive "Label names is null" won't work but..".label names != _%" will give you patches that are not in any label
FYI _% means -- "at least one character" in sql

so that the conversation will remain readable.