JIRA JQL: How to search for issue with particular component alone? -
i'd search issues have component alone not + b, + c, + n , on...
taking account may not know combinations + n list them in "not in" black list , avoid updating searches every time new combination used.
what believe saying known components thru n, not of combinations of components used. if case, can exclude of components not want , include 1 do, so:
components = , components not in (b, c, d, e, f, g, h, i, j, k, l, n)
this show jiras have component.
reference: https://confluence.atlassian.com/jira/advanced-searching-179442050.html#advancedsearching-component
Comments
Post a Comment