I want to filter all my items whose Complexity value are not assigned (for those it has value None)
Try Complexity is empty or Complexity = null
I tried both, but it is not showing items which has value "None".
I mean i get no result :(
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.
We have field called Complexity, and it can have value like A, B, C n/a.
Say suppose if we dont maintain any value for this complexity field then system would take automatic value called "None"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@venkatesh satish hold on..
So what are the values of the Complexity field? In your case the values should be:
Keep in mind that Jira shows a "None" value on certain CF types to indicate that the user hasn't selected any value. This value is "None". To find these value, the above JQL I mentioned would do the trick. If you however have create a value "None" on that field then the JQL should be Complexity = None
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Koxaras -Relational- We have values called
n/a
Not-defined yet
But we have not maintained separate value hep called None.
I tried all possible way but none is working for me :(
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@venkatesh satish share a screenshot of your field's value, as well as mark the values which you want to filter.
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.
@venkatesh satish None is not an option you have placed. This was placed by Jira, as I explained to you previously. So Complexity is empty or Complexity = null should yield all issues with all other choices populated, meaning all issues which have all the rest values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Venkatesh,
This is straight, Complexity is empty or Complexity = null should filter the issues.
Regards,
Raj
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.