Hi
Also it depends on field type of “Severity”,
you can try :
Severity in (“sev 1”)
you can find useful information yourself - Advanced searching - fields reference.
If you want, you can try basic search.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Severity in (“sev 1”) didn't work. I tried Severity=1/2/3 and it worked. But for No Severity I tried Severity is NULL or Severity not in (1,2,3). Nothing showed up. How to filter issues that has not been assigned any Severity?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried “Severity is empty”?
what type of field “Severity” is it ?
are you sure that you have issues with empty “Severity”?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to find issues that has not been assigned any Severity. "Severity is empty" gives me the full result set which means no filter is being applied.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like you firstly should check your issue’s screens configuration and delete it from unwanted screens.
look through this article - Configuring a screen's tabs and fields.
and after that(when field will be just on correct screens) try this JQL again “Severity is empty”.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JQL is a search language, it defines nothing. A search for "Severity = sev1" will find what you expect it to find (and "Severity is empty" will find issues with no severity set)
I think there's more to your question than just "how do I use JQL to find things with severity" though - could you tell us more?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.